]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3732a] Cleanup Makefile.am (should check if no-unused required for clang)
authorFrancis Dupont <fdupont@isc.org>
Sat, 13 Jun 2015 08:44:13 +0000 (10:44 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 13 Jun 2015 08:44:13 +0000 (10:44 +0200)
src/lib/cc/Makefile.am

index 8bef5abe396ab6018346101dee86507f6a28192c..a0fe0fe3a8352244896e3ec683a92c2afffc0d94 100644 (file)
@@ -2,16 +2,7 @@ SUBDIRS = . tests
 
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CPPFLAGS += $(BOOST_INCLUDES)
-
 AM_CXXFLAGS = $(KEA_CXXFLAGS)
-if USE_GXX
-# ASIO header files used in session.cc will trigger the "unused-parameter"
-# warning.  Unfortunately there doesn't seem to be an easy way to selectively
-# 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 += -fno-strict-aliasing
-endif
 
 lib_LTLIBRARIES = libkea-cc.la
 libkea_cc_la_SOURCES = data.cc data.h