We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a52b9 commit 45e5f39Copy full SHA for 45e5f39
1 file changed
configure.ac
@@ -26,6 +26,7 @@ AC_TYPE_UINT8_T
26
AC_CHECK_FUNCS([malloc memmove memset strchr strtol])
27
28
AX_CFLAGS_WARN_ALL
29
+
30
AX_CHECK_COMPILE_FLAG(-Wno-declaration-after-statement,
31
[WARN_CFLAGS="$WARN_CFLAGS -Wno-declaration-after-statement -Wno-error=declaration-after-statement"], [], [], [])
32
0 commit comments