diff options
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r-- | gcc/c-opts.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c index 2b0bc5f..9ac433a 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -1,5 +1,6 @@ /* C/ObjC/C++ command line option handling. - Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. Contributed by Neil Booth. This file is part of GCC. @@ -394,6 +395,7 @@ c_common_handle_option (size_t scode, const char *arg, int value) warn_sign_compare = value; warn_switch = value; warn_strict_aliasing = value; + warn_strict_overflow = value; warn_string_literal_comparison = value; warn_always_true = value; warn_array_bounds = value; |