diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 3781adffdad..2280b93a93e 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -337,6 +337,10 @@ extern int flag_const_strings; extern int warn_format; +/* Warn about possible violations of sequence point rules. */ + +extern int warn_sequence_point; + /* Warn about functions which might be candidates for format attributes. */ extern int warn_missing_format_attribute; |