From: Mike Brady Date: Tue, 6 Mar 2018 08:48:43 +0000 (+0000) Subject: Enable all compiler warnings X-Git-Tag: 3.2d29~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9bfa61a9e699d9f1b2bdb82a474f51f84a7bec;p=thirdparty%2Fshairport-sync.git Enable all compiler warnings --- diff --git a/Makefile.am b/Makefile.am index 4e606364..248a2d99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ bin_PROGRAMS = shairport-sync shairport_sync_SOURCES = shairport.c rtsp.c mdns.c mdns_external.c common.c rtp.c player.c alac.c audio.c loudness.c -AM_CFLAGS = -Wno-multichar -pthread -DSYSCONFDIR=\"$(sysconfdir)\" +AM_CFLAGS = -Wno-multichar -Wall -pthread -DSYSCONFDIR=\"$(sysconfdir)\" if BUILD_FOR_FREEBSD AM_CPPFLAGS = -I/usr/local/include -Wno-multichar -DSYSCONFDIR=\"$(sysconfdir)\" -O2 else