diff options
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index d52d030..e317473 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -137,16 +137,6 @@ extern void set_Wstrict_aliasing (int onoff); extern bool warn_larger_than; extern HOST_WIDE_INT larger_than_size; -/* Nonzero means warn about constructs which might not be strict - aliasing safe. */ - -extern int warn_strict_aliasing; - -/* Nonzero means warn about optimizations which rely on undefined - signed overflow. */ - -extern int warn_strict_overflow; - /* Temporarily suppress certain warnings. This is set while reading code from a system header file. */ |