diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 6a4e1af..bc81a1a 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -194,6 +194,9 @@ int flag_short_wchar; int warn_sequence_point; +/* Nonzero means to warn about compile-time division by zero. */ +int warn_div_by_zero = 1; + /* The elements of `ridpointers' are identifier nodes for the reserved type names and storage classes. It is indexed by a RID_... value. */ tree *ridpointers; |