aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2019-07-10 15:41:08 +0200
committerSylvain Munaut <tnt@246tNt.com>2019-07-10 15:41:08 +0200
commit785476901c0d78960e7bcd82fcc2c5535fadd70c (patch)
tree269c82cc5fa2ae0e14d2ebad5de5f56c70ada4ea /src
parentbb1f1997b1f8007bc80e3c17bf0c13166fca5f05 (diff)
build: Disable some warnings that are just annoying for no reasons
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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