[xiph-commits] r18197 - icecast/trunk/ices/src
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Mon Feb 13 15:11:14 PST 2012
Author: ph3-der-loewe
Date: 2012-02-13 15:11:14 -0800 (Mon, 13 Feb 2012)
New Revision: 18197
Modified:
icecast/trunk/ices/src/Makefile.am
Log:
Compile with warnings enabled (close #1796)
Modified: icecast/trunk/ices/src/Makefile.am
===================================================================
--- icecast/trunk/ices/src/Makefile.am 2012-02-13 23:02:29 UTC (rev 18196)
+++ icecast/trunk/ices/src/Makefile.am 2012-02-13 23:11:14 UTC (rev 18197)
@@ -6,7 +6,7 @@
bin_PROGRAMS = ices
AM_CPPFLAGS = @XIPH_CPPFLAGS@
-AM_CFLAGS = @XIPH_CFLAGS@
+AM_CFLAGS = @XIPH_CFLAGS@ -Wall
EXTRA_ices_SOURCES = im_oss.c im_sun.c im_alsa.c im_roar.c
More information about the commits
mailing list