Code

turned on -Wall in plugins/Makefile.am via AM_CFLAGS. shouldn't keep
authorM. Sean Finney <seanius@users.sourceforge.net>
Sun, 30 Oct 2005 22:45:54 +0000 (22:45 +0000)
committerM. Sean Finney <seanius@users.sourceforge.net>
Sun, 30 Oct 2005 22:45:54 +0000 (22:45 +0000)
our heads in the sand for potential errors, after all :)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1266 f882894a-f735-0410-b71e-b25c423dba1c

plugins/Makefile.am

index 5200878773508f712afdccad4331728be86bd028..26f9c8a800648cabc8453bd61435970bb84fcee3 100644 (file)
@@ -9,6 +9,7 @@ localedir = $(datadir)/locale
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@ 
 MATHLIBS = @MATHLIBS@
+AM_CFLAGS = -Wall
 
 libexec_PROGRAMS = check_disk check_dummy check_http check_load \
        check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \