diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index cfcfa12530a..b2afedfce13 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 77ddb6ae5e0..20ac249057d 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