It's been 26 years since C89, let modern compilers do what they

want.
This commit is contained in:
Benoit Dejean
2015-07-18 15:56:42 +02:00
parent 3bd720ad81
commit 5ee8d4cb58

View File

@@ -317,7 +317,6 @@ if test "$GCC" = "yes" ; then
CFLAGS="\ CFLAGS="\
-Winline \ -Winline \
-Wall \ -Wall \
-std=gnu89 \
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \ -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
-Wnested-externs -Wpointer-arith \ -Wnested-externs -Wpointer-arith \
-Wcast-align -Wsign-compare \ -Wcast-align -Wsign-compare \