From: Luke Howard Date: Tue, 15 Mar 2011 01:14:04 +0000 (+1100) Subject: remove -fno-strict-aliasing and -Wunused-parameter X-Git-Tag: 0.9.2~337 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=28e5c0eb65e5f7be08b776281c008cf9cbe807cc remove -fno-strict-aliasing and -Wunused-parameter --- diff --git a/Makefile.am b/Makefile.am index eaa3fc1..eb292a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,9 @@ gssdir = $(libdir)/gss gss_LTLIBRARIES = mech_eap.la mech_eap_la_CPPFLAGS = -DBUILD_GSSEAP_LIB -DSYSCONFDIR=\"${sysconfdir}\" -DDATAROOTDIR=\"${datarootdir}\" -mech_eap_la_CFLAGS = -g -Wunused-parameter -Wall -fno-strict-aliasing \ +mech_eap_la_CFLAGS = -g -Wall \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ @TARGET_CFLAGS@ -mech_eap_la_CXXFLAGS = -g -Wunused-parameter -Wall \ +mech_eap_la_CXXFLAGS = -g -Wall \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ \ @SHIBRESOLVER_CXXFLAGS@ @SHIBSP_CXXFLAGS@ @TARGET_CFLAGS@ mech_eap_la_LDFLAGS = -avoid-version -module \