[cig-commits] r18813 - seismo/1D/SPECFEM1D/trunk

walter at geodynamics.org walter at geodynamics.org
Mon Aug 8 19:04:01 PDT 2011


Author: walter
Date: 2011-08-08 19:04:00 -0700 (Mon, 08 Aug 2011)
New Revision: 18813

Modified:
   seismo/1D/SPECFEM1D/trunk/Makefile
Log:
Remove the -Wunused-labels option from the makefile

Modified: seismo/1D/SPECFEM1D/trunk/Makefile
===================================================================
--- seismo/1D/SPECFEM1D/trunk/Makefile	2011-08-02 16:52:33 UTC (rev 18812)
+++ seismo/1D/SPECFEM1D/trunk/Makefile	2011-08-09 02:04:00 UTC (rev 18813)
@@ -36,7 +36,7 @@
 
 # GNU gfortran
 F90 = gfortran
-FLAGS  = -std=f2003 -fimplicit-none -frange-check -O2 -Wunused-labels -Waliasing -Wampersand -Wsurprising -Wline-truncation -Wunderflow
+FLAGS  = -std=f2003 -fimplicit-none -frange-check -O2 -Waliasing -Wampersand -Wsurprising -Wline-truncation -Wunderflow
 
 wave: constants.h \
        $O/wave.o \



More information about the CIG-COMMITS mailing list