[svn] commit: r1294 - /trunk/src/lib/dns/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 10 19:51:24 UTC 2010


Author: jinmei
Date: Wed Mar 10 19:51:24 2010
New Revision: 1294

Log:
added -Werror

Modified:
    trunk/src/lib/dns/Makefile.am

Modified: trunk/src/lib/dns/Makefile.am
==============================================================================
--- trunk/src/lib/dns/Makefile.am (original)
+++ trunk/src/lib/dns/Makefile.am Wed Mar 10 19:51:24 2010
@@ -1,6 +1,6 @@
 SUBDIRS = . tests
 
-AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/ext
+AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/ext -Wall -Werror
 
 CLEANFILES = *.gcno *.gcda
 CLEANFILES += rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc




More information about the bind10-changes mailing list