diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/check_warning_flags.sh | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 4f49364ef3d..4fc801b0ae9 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * check_warning_flags.sh: Update flag exceptions. + 2008-11-18 Ben Elliston <bje@au.ibm.com> * dg-cmp-results.sh: Do not print usage if either .sum file cannot diff --git a/contrib/check_warning_flags.sh b/contrib/check_warning_flags.sh index fcd0f37e105..eb53832730c 100755 --- a/contrib/check_warning_flags.sh +++ b/contrib/check_warning_flags.sh @@ -3,7 +3,7 @@ # Check that the warning flags documented in invoke.texi match up # with what the compiler accepts. # -# Copyright (C) 2008 Free Software Foundation, Inc. +# Copyright (C) 2008, 2009 Free Software Foundation, Inc. # Written by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>. # # This script is Free Software, and it can be copied, distributed and @@ -39,9 +39,12 @@ stderr=check_warning_flags_stderr$$ remove_problematic_flags=' /-Wlarger-than-/d + /-Wframe-larger-than/d + /-Wdisallowed-function-list/d /-W[alp],/d /-Werror/d /-Wpadded/d + /pedantic-ms-format/d /=/d' # Ensure that indexed warnings are accepted. |