From a8b108619083c2088269ea8071c7958f277ed41f Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 27 Jul 2015 17:03:43 -0400 Subject: Rework to use the C++11 regex library Switch to using the C++11 regex library for better portability and ease of use. As an added bonus, this should make it easier to implement regex substitution. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b3926a2..3cc46e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,8 @@ CXXFLAGS = \ CXXFLAGS += \ -Weverything \ -Wno-c++98-compat \ - -Wno-padded + -Wno-padded \ + -Wno-switch-enum LDFLAGS = \ -Wl,-Bsymbolic-functions \ -- cgit v1.2.3