From: Luke Howard Date: Tue, 15 Mar 2011 14:06:57 +0000 (+1100) Subject: Add -Werror to CFLAGS X-Git-Tag: dvd/201105~12^2~107 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=commitdiff_plain;h=32f851256f1ed2eedbb162c7ff3bfe81e28c0b39 Add -Werror to CFLAGS --- diff --git a/Makefile.am b/Makefile.am index cafa233..e4a3823 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 = -Wall -Wunused-parameter \ +mech_eap_la_CFLAGS = -Werror -Wall -Wunused-parameter \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ @TARGET_CFLAGS@ -mech_eap_la_CXXFLAGS = -Wall -Wunused-parameter \ +mech_eap_la_CXXFLAGS = -Werror -Wall -Wunused-parameter \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ \ @SHIBRESOLVER_CXXFLAGS@ @SHIBSP_CXXFLAGS@ @TARGET_CFLAGS@ mech_eap_la_LDFLAGS = -avoid-version -module \