]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Enable gcc warnings
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 23 May 2013 10:07:44 +0000 (07:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 23 May 2013 10:07:44 +0000 (07:07 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
configure.ac

index a38fcfc3e66bf295c61820f8640aaf5a828a68c9..2e18b6807beca41e8395c78dcb429aa65de70b6f 100644 (file)
@@ -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