From: Francis Dupont Date: Sat, 13 Jun 2015 08:44:13 +0000 (+0200) Subject: [3732a] Cleanup Makefile.am (should check if no-unused required for clang) X-Git-Tag: trac3830_base~3^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f03fb4523cfa39eea28a708a053960be76ab4054;p=thirdparty%2Fkea.git [3732a] Cleanup Makefile.am (should check if no-unused required for clang) --- diff --git a/src/lib/cc/Makefile.am b/src/lib/cc/Makefile.am index 8bef5abe39..a0fe0fe3a8 100644 --- a/src/lib/cc/Makefile.am +++ b/src/lib/cc/Makefile.am @@ -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