[svn] commit: r2392 - /trunk/src/lib/dns/python/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 1 22:49:26 UTC 2010
Author: jreed
Date: Thu Jul 1 22:49:26 2010
New Revision: 2392
Log:
For warning messages reported on jabber.
"deprecated conversion from string literal to char*"
Trac #271 okayed this.
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 Thu Jul 1 22:49:26 2010
@@ -1,6 +1,9 @@
SUBDIRS = tests
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
+if USE_GXX
+AM_CPPFLAGS += -Wno-write-strings
+endif
#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