From: Mauro Carvalho Chehab Date: Thu, 23 May 2013 10:07:44 +0000 (-0300) Subject: Enable gcc warnings X-Git-Tag: v0.4.0~43 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ec22ba562d3c4adef32a3a0d1ec702b96e39e67b;p=users%2Fmchehab%2Frasdaemon.git Enable gcc warnings Signed-off-by: Mauro Carvalho Chehab --- diff --git a/configure.ac b/configure.ac index a38fcfc..2e18b68 100644 --- a/configure.ac +++ b/configure.ac @@ -55,4 +55,6 @@ AM_CONDITIONAL([WITH_MCE], [test x$enable_mce = xyes]) test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc +CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wstrict-prototypes" + AC_OUTPUT