From 785476901c0d78960e7bcd82fcc2c5535fadd70c Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Wed, 10 Jul 2019 15:41:08 +0200 Subject: build: Disable some warnings that are just annoying for no reasons Signed-off-by: Sylvain Munaut --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 42c4ec8..fd9ec35 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ LIBVERSION=0:0:0 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) -AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBUSB_CFLAGS) +AM_CFLAGS=-Wall -Wno-unused-result $(LIBOSMOCORE_CFLAGS) $(LIBUSB_CFLAGS) lib_LTLIBRARIES = libosmo-e1d.la -- cgit v1.2.3