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.
2 parents 801b808 + aebdc63 commit be67793Copy full SHA for be67793
configure.ac
@@ -274,7 +274,7 @@ if test "$fs2_debug" = "yes" ; then
274
else
275
AC_DEFINE([NDEBUG])
276
D_CFLAGS="$D_CFLAGS -O2 -Wall -funroll-loops"
277
- D_CFLAGS="$D_CFLAGS -Wno-write-strings -Wno-unused-variable"
+ D_CFLAGS="$D_CFLAGS -Wno-write-strings -Wno-unused-variable -Wno-unused-function"
278
279
AC_C_COMPILE_FLAGS([-Wno-unused-but-set-variable])
280
0 commit comments