From: Tobias Burnus Date: Mon, 28 Jul 2008 16:02:51 +0000 (+0200) Subject: Make-lang.in: Remove -Wno-* from fortran-warn. X-Git-Tag: releases/gcc-4.4.0~3687 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8604e2cfd05e6ff7cf0b12e006e0d2fcf74955a6;p=thirdparty%2Fgcc.git Make-lang.in: Remove -Wno-* from fortran-warn. 2008-07-28 Tobias Burnus * Make-lang.in: Remove -Wno-* from fortran-warn. From-SVN: r138208 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index cfcfa12530a2..b2afedfce139 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2008-07-28 Tobias Burnus + + * Make-lang.in: Remove -Wno-* from fortran-warn. + 2008-07-28 Richard Guenther Merge from gimple-tuples-branch. diff --git a/gcc/fortran/Make-lang.in b/gcc/fortran/Make-lang.in index 77ddb6ae5e0a..20ac249057d0 100644 --- a/gcc/fortran/Make-lang.in +++ b/gcc/fortran/Make-lang.in @@ -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