]> granicus.if.org Git - procps-ng/commitdiff
build-sys: suppress '-Wunused-result' with AM_CPPFLAGS
authorJim Warner <james.warner@comcast.net>
Tue, 14 Jul 2020 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Mon, 20 Jul 2020 06:15:14 +0000 (16:15 +1000)
Signed-off-by: Jim Warner <james.warner@comcast.net>
Makefile.am

index 52a97c40174178df3af4898e14bf789736f17f1e..22e797756cdad66302534099f08c131a8f7445fd 100644 (file)
@@ -8,6 +8,7 @@ AM_CPPFLAGS = \
        -include $(top_builddir)/config.h \
        -I$(top_srcdir) \
        -I$(top_srcdir)/include \
+       -Wno-unused-result \
        -DLOCALEDIR=\"$(localedir)\" \
        @HARDEN_CFLAGS@