Make-lang.in: Remove -Wno-* from fortran-warn.
authorTobias Burnus <burnus@net-b.de>
Mon, 28 Jul 2008 16:02:51 +0000 (18:02 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 28 Jul 2008 16:02:51 +0000 (18:02 +0200)
2008-07-28  Tobias Burnus  <burnus@net-b.de>

       * Make-lang.in: Remove -Wno-* from fortran-warn.

From-SVN: r138208

gcc/fortran/ChangeLog
gcc/fortran/Make-lang.in

index cfcfa12..b2afedf 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-28  Tobias Burnus  <burnus@net-b.de>
+
+       * Make-lang.in: Remove -Wno-* from fortran-warn.
+
 2008-07-28  Richard Guenther  <rguenther@suse.de>
 
        Merge from gimple-tuples-branch.
index 77ddb6a..20ac249 100644 (file)
@@ -47,7 +47,6 @@ GFORTRAN_TARGET_INSTALL_NAME := $(target_noncanonical)-$(shell echo gfortran|sed
 
 # Use strict warnings for this front end.
 fortran-warn = $(STRICT_WARN)
-fortran-warn += -Wno-format -Wno-missing-format-attribute -Wno-uninitialized # FIXME tuples: Do not merge.
 
 # These are the groups of object files we have.  The F95_PARSER_OBJS are
 # all the front end files, the F95_OBJS are the files for the translation