From 36734afdd8f0cf0daa664b8448728cdff0ca1550 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 15 Feb 2017 08:54:21 +0000 Subject: Hide or fix some warnings. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f2645915..893efab9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,7 @@ AM_CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations AM_CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare AM_CFLAGS += -Wundef -Wbad-function-cast -Winline -Wcast-align AM_CFLAGS += -Wdeclaration-after-statement -Wno-pointer-sign -Wno-attributes +AM_CFLAGS += -Wno-unused-result AM_CPPFLAGS += -DDEBUG endif if IS_COVERAGE -- cgit