summaryrefslogtreecommitdiff
path: root/ao-tools/ao-dump-up
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-01-03 11:40:32 -0800
committerKeith Packard <keithp@keithp.com>2019-01-03 11:40:32 -0800
commitf14c799ae7ff3be56c28f5694f04c03daff7708e (patch)
treeb66f24c1cf37477d432d4bc75d29821d745c4928 /ao-tools/ao-dump-up
parentadf4bec88df1822031e1a8b00422de8b8b0c0cd4 (diff)
ao-tools: Add lots of compiler warning flags to ao-tools build
This catches some uninitialized variable errors which cause ao-cal-accel to crash (fixes coming next) Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-dump-up')
-rw-r--r--ao-tools/ao-dump-up/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-dump-up/Makefile.am b/ao-tools/ao-dump-up/Makefile.am
index 94bb94a9..a5395a42 100644
--- a/ao-tools/ao-dump-up/Makefile.am
+++ b/ao-tools/ao-dump-up/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS=ao-dump-up
-AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) $(GNOME_CFLAGS)
+AM_CFLAGS=$(WARN_CFLAGS) -I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) $(GNOME_CFLAGS)
AO_DUMP_LOG_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
ao_dump_up_DEPENDENCIES = $(AO_DUMP_LOG_LIBS)