BIND 10 trac855, updated. 9b16d3b4c04d35914b9eeba56a168d5039d7342b [trac855] -fno-strict-aliasing
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 19 12:13:14 UTC 2011
The branch, trac855 has been updated
via 9b16d3b4c04d35914b9eeba56a168d5039d7342b (commit)
from e16c86b6229017d8b79f8bbe342976ca2b938c3c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9b16d3b4c04d35914b9eeba56a168d5039d7342b
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Apr 19 14:12:56 2011 +0200
[trac855] -fno-strict-aliasing
-----------------------------------------------------------------------
Summary of changes:
src/lib/cc/Makefile.am | 2 +-
src/lib/config/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cc/Makefile.am b/src/lib/cc/Makefile.am
index 17ad488..9d5b188 100644
--- a/src/lib/cc/Makefile.am
+++ b/src/lib/cc/Makefile.am
@@ -11,7 +11,7 @@ if USE_GXX
# avoid the error. As a short term workaround we suppress this warning
# for the entire this module. See also src/bin/auth/Makefile.am.
AM_CXXFLAGS += -Wno-unused-parameter
-AM_CXXFLAGS += -Wno-strict-aliasing
+AM_CXXFLAGS += -fno-strict-aliasing
endif
if USE_CLANGPP
# Likewise, ASIO header files will trigger various warnings with clang++.
diff --git a/src/lib/config/Makefile.am b/src/lib/config/Makefile.am
index 580f240..f570c04 100644
--- a/src/lib/config/Makefile.am
+++ b/src/lib/config/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = . tests
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
AM_CPPFLAGS += -I$(top_builddir)/src/lib/cc
AM_CPPFLAGS += $(BOOST_INCLUDES)
-AM_CXXFLAGS = $(B10_CXXFLAGS) -Wno-strict-aliasing
+AM_CXXFLAGS = $(B10_CXXFLAGS) -fno-strict-aliasing
lib_LTLIBRARIES = libcfgclient.la
libcfgclient_la_SOURCES = config_data.h config_data.cc module_spec.h module_spec.cc ccsession.cc ccsession.h
More information about the bind10-changes
mailing list