Skip to content

Commit a6dfd9a

Browse files
committed
configure: don't error on unused results
1 parent 2d1dfa5 commit a6dfd9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ CFLAGS="-ggdb3 -O2 -fvar-tracking-assignments -fno-omit-frame-pointer \
135135
-Wno-unused-parameter -Wno-implicit-fallthrough -Wno-int-in-bool-context \
136136
-Wno-format-truncation -Wno-maybe-uninitialized \
137137
-Wno-error=deprecated-declarations -Wno-error=stringop-overflow \
138+
-Wno-error=unused-result \
138139
$CFLAGS"
139140

140141
AC_DEFINE_DIR([PREFIX],[prefix],[Set to prefix.])

0 commit comments

Comments
 (0)