Parcourir la source

For warning messages reported on jabber.
"deprecated conversion from string literal to char*"
Trac #271 okayed this.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2392 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed il y a 15 ans
Parent
commit
0d6676f947
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/lib/dns/python/Makefile.am

+ 3 - 0
src/lib/dns/python/Makefile.am

@@ -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