Parcourir la source

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.


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

JINMEI Tatuya il y a 14 ans
Parent
commit
3543351238
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      src/lib/dns/python/Makefile.am

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

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