SF.net SVN: geany-plugins:[370] trunk/geany-mini-script/src/Makefile.am

prublot at users.sourceforge.net prublot at xxxxx
Mon Jan 5 20:29:51 UTC 2009


Revision: 370
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=370&view=rev
Author:   prublot
Date:     2009-01-05 20:29:51 +0000 (Mon, 05 Jan 2009)

Log Message:
-----------
add CFLAGS : -Wshadow

Modified Paths:
--------------
    trunk/geany-mini-script/src/Makefile.am

Modified: trunk/geany-mini-script/src/Makefile.am
===================================================================
--- trunk/geany-mini-script/src/Makefile.am	2009-01-05 20:26:37 UTC (rev 369)
+++ trunk/geany-mini-script/src/Makefile.am	2009-01-05 20:29:51 UTC (rev 370)
@@ -4,4 +4,4 @@
 gms_la_LDFLAGS  = -module -avoid-version
 gms_la_LIBADD   = @GEANY_LIBS@
 
-AM_CPPFLAGS     = @GEANY_CFLAGS@ -DLOCALEDIR=\""$(localedir)"\"
+AM_CPPFLAGS     = -Wshadow @GEANY_CFLAGS@ -DLOCALEDIR=\""$(localedir)"\"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list