From: Arvin Schnell Date: Fri, 25 Oct 2013 15:50:08 +0000 (+0200) Subject: - enable compiler warning X-Git-Tag: v0.1.8~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c54e04212591c2f41a3c34af180f8ceca3531ead;p=thirdparty%2Fsnapper.git - enable compiler warning --- diff --git a/pam/Makefile.am b/pam/Makefile.am index 896618fe..6e8bddf0 100644 --- a/pam/Makefile.am +++ b/pam/Makefile.am @@ -4,7 +4,7 @@ if HAVE_PAM -AM_CFLAGS = -D_GNU_SOURCE +AM_CFLAGS = -D_GNU_SOURCE -Wwrite-strings INCLUDES = -I$(top_srcdir) $(DBUS_CFLAGS)