File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 251251
252252if test "$fs2_debug" = "yes" ; then
253253 AC_DEFINE ( [ _DEBUG] )
254- D_CFLAGS="$D_CFLAGS -O0 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno- write-strings -Wshadow -funroll-loops"
254+ D_CFLAGS="$D_CFLAGS -O0 -g -Wall -Wextra -Wno-unused-parameter -Wno-write-strings -Wshadow -funroll-loops"
255255 D_LDFLAGS="$D_LDFLAGS -g"
256256
257257 if test "$fs2_fred" = "yes" ; then
@@ -262,7 +262,7 @@ if test "$fs2_debug" = "yes" ; then
262262else
263263 AC_DEFINE ( [ NDEBUG] )
264264 D_CFLAGS="$D_CFLAGS -O2 -Wall -funroll-loops"
265- D_CFLAGS="$D_CFLAGS -Wno-unused-function -Wno- write-strings -Wno-unused-variable"
265+ D_CFLAGS="$D_CFLAGS -Wno-write-strings -Wno-unused-variable"
266266
267267 AC_C_COMPILE_FLAGS([ -Wno-unused-but-set-variable] )
268268
You can’t perform that action at this time.
0 commit comments