We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 137a8ec + 7c3771d commit 4bc273bCopy full SHA for 4bc273b
configure.ac
@@ -70,7 +70,7 @@ esac
70
71
CFLAGS="$CFLAGS -W"
72
73
-warn_CFLAGS="-std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long"
+warn_CFLAGS="-std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings"
74
saved_CFLAGS="$CFLAGS"
75
CFLAGS="$CFLAGS $warn_CFLAGS"
76
AC_MSG_CHECKING([if ${CC} supports ${warn_CFLAGS}])
0 commit comments