We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SECP_TRY_APPEND_DEFAULT_CFLAGS
1 parent 427bc3c commit cac8fa4Copy full SHA for cac8fa4
configure.ac
@@ -92,7 +92,7 @@ AC_DEFUN([SECP_TRY_APPEND_DEFAULT_CFLAGS], [
92
# not error out if it gets unknown warning flags and the checks here will always succeed
93
# no matter if clang knows the flag or not.
94
SECP_TRY_APPEND_DEFAULT_CFLAGS_saved_CFLAGS="$CFLAGS"
95
- SECP_TRY_APPEND_CFLAGS([-Werror=unknown-warning-option], CFLAGS)
+ SECP_TRY_APPEND_CFLAGS([-Werror], CFLAGS)
96
97
SECP_TRY_APPEND_CFLAGS([-std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef], $1) # GCC >= 3.0, -Wlong-long is implied by -pedantic.
98
SECP_TRY_APPEND_CFLAGS([-Wno-overlength-strings], $1) # GCC >= 4.2, -Woverlength-strings is implied by -pedantic.
0 commit comments