From 28e5c0eb65e5f7be08b776281c008cf9cbe807cc Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Tue, 15 Mar 2011 12:14:04 +1100 Subject: [PATCH] remove -fno-strict-aliasing and -Wunused-parameter --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.1.4