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

2008-07-28  Tobias Burnus  <burnus@net-b.de>

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

From-SVN: r138208
This commit is contained in:
Tobias Burnus 2008-07-28 18:02:51 +02:00 committed by Tobias Burnus
parent 726a989a8b
commit 8604e2cfd0
2 changed files with 4 additions and 1 deletions

View 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.

View 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