build-sys: suppress '-Wunused-result' with AM_CPPFLAGS
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
78053c85fc
commit
723f146b24
@ -8,6 +8,7 @@ AM_CPPFLAGS = \
|
||||
-include $(top_builddir)/config.h \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/include \
|
||||
-Wno-unused-result \
|
||||
-DLOCALEDIR=\"$(localedir)\"
|
||||
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
|
Loading…
Reference in New Issue
Block a user