[Dart-dev] [7220] DART/trunk/mkmf/mkmf.template.gfortran: Adding a flag to the ( commented out example) debug option to issue a
nancy at ucar.edu
nancy at ucar.edu
Tue Oct 21 13:16:49 MDT 2014
Revision: 7220
Author: thoar
Date: 2014-10-21 13:16:49 -0600 (Tue, 21 Oct 2014)
Log Message:
-----------
Adding a flag to the (commented out example) debug option to issue a
warning about unused variables. Helps keep the code clean and compact.
Modified Paths:
--------------
DART/trunk/mkmf/mkmf.template.gfortran
-------------- next part --------------
Modified: DART/trunk/mkmf/mkmf.template.gfortran
===================================================================
--- DART/trunk/mkmf/mkmf.template.gfortran 2014-10-21 18:20:08 UTC (rev 7219)
+++ DART/trunk/mkmf/mkmf.template.gfortran 2014-10-21 19:16:49 UTC (rev 7220)
@@ -83,7 +83,7 @@
FFLAGS = -O2 -ffree-line-length-none $(INCS)
LDFLAGS = $(FFLAGS) $(LIBS)
-#FFLAGS = -g -ffree-line-length-none -fbounds-check -fbacktrace -ffpe-trap=invalid,zero,overflow $(INCS)
+#FFLAGS = -g -Wunused -ffree-line-length-none -fbounds-check -fbacktrace -ffpe-trap=invalid,zero,overflow $(INCS)
# <next few lines under version control, do not edit>
# $URL$
More information about the Dart-dev
mailing list