X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=eaa3fc1d1d045c02c94be673aef2f13e6176f4ea;hp=f9be930e4283590a74f2a08d7b8e39124ad914fa;hb=d683d523c7b4b88a15423069520221ac575376e1;hpb=38e434d15ed4fd50f9fba583e2eaf0a002775408 diff --git a/Makefile.am b/Makefile.am index f9be930..eaa3fc1 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 -Wall -fno-strict-aliasing \ +mech_eap_la_CFLAGS = -g -Wunused-parameter -Wall -fno-strict-aliasing \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ @TARGET_CFLAGS@ -mech_eap_la_CXXFLAGS = -g -Wall \ +mech_eap_la_CXXFLAGS = -g -Wunused-parameter -Wall \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ \ @SHIBRESOLVER_CXXFLAGS@ @SHIBSP_CXXFLAGS@ @TARGET_CFLAGS@ mech_eap_la_LDFLAGS = -avoid-version -module \