From 723f146b247b47cd923ba2271c9df223f7ba92d1 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Tue, 14 Jul 2020 00:00:00 -0500 Subject: [PATCH] build-sys: suppress '-Wunused-result' with AM_CPPFLAGS Signed-off-by: Jim Warner --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index e3a98b84..bcc7318d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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@