[svn] commit: r2793 - /trunk/src/lib/dns/python/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Aug 24 18:27:28 UTC 2010
Author: jinmei
Date: Tue Aug 24 18:27:28 2010
New Revision: 2793
Log:
use the same level of compiler warnings with other modules.
it looks like the code compiles with the stricter warning levels without modification, so I'm directly commiting it to trunk.
Modified:
trunk/src/lib/dns/python/Makefile.am
Modified: trunk/src/lib/dns/python/Makefile.am
==============================================================================
--- trunk/src/lib/dns/python/Makefile.am (original)
+++ trunk/src/lib/dns/python/Makefile.am Tue Aug 24 18:27:28 2010
@@ -1,9 +1,7 @@
SUBDIRS = tests
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
-if USE_GXX
-AM_CPPFLAGS += -Wno-write-strings
-endif
+AM_CXXFLAGS = $(B10_CXXFLAGS)
#lib_LTLIBRARIES = libdns_python_name.la libdns_python_rrset.la
#libdns_python_name_la_SOURCES = name_python.cc
More information about the bind10-changes
mailing list