File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4853,7 +4853,7 @@ printf "%s\n" "#define uint64_t $ac_cv_c_uint64_t" >>confdefs.h
4853
4853
4854
4854
4855
4855
# if CXXFLAGS is undefined, set it to our preferred default flags
4856
- : ${CXXFLAGS=" -Wall -Wextra -Wunused -Wshadow - O2" }
4856
+ : ${CXXFLAGS=" -Wall -Wextra -Wunused -O2" }
4857
4857
4858
4858
ac_ext=cpp
4859
4859
ac_cpp=' $CXXCPP $CPPFLAGS'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ AC_TYPE_UINT32_T
11
11
AC_TYPE_UINT64_T
12
12
13
13
# if CXXFLAGS is undefined, set it to our preferred default flags
14
- : ${CXXFLAGS="-Wall -Wextra -Wunused -Wshadow - O2"}
14
+ : ${CXXFLAGS="-Wall -Wextra -Wunused -O2"}
15
15
16
16
AC_LANG ( [ C++] )
17
17
AC_PROG_CXX
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ CPP=c++
10
10
AR=ar
11
11
RANLIB=ranlib
12
12
COFLAGS=-O2
13
- CWFLAGS=-Wall -Wunused -Wextra -Wshadow
13
+ CWFLAGS=-Wall -Wunused -Wextra
14
14
CIFLAGS=-I. -I../include
15
15
CMFLAGS=
16
16
# CMFLAGS=-DDEBUG
Original file line number Diff line number Diff line change 9
9
INCS=../include/reflex/convert.h ../include/reflex/debug.h ../include/reflex/error.h ../include/reflex/input.h ../include/reflex/pattern.h ../include/reflex/utf8.h
10
10
LIBS=../lib/libreflex.a
11
11
COFLAGS=-O2
12
- CWFLAGS=-Wall -Wunused -Wextra -Wshadow
12
+ CWFLAGS=-Wall -Wunused -Wextra
13
13
CIFLAGS=-I. -I../include
14
14
CMFLAGS=
15
15
# CMFLAGS=-DDEBUG
You can’t perform that action at this time.
0 commit comments