diff options
author | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-17 09:34:21 +0000 |
---|---|---|
committer | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-17 09:34:21 +0000 |
commit | 481c6ce6ce166320db23dc2d8121e56e0e85e90e (patch) | |
tree | 9a9bf64517120736c23b7a0ecdb4c40f71e7b674 /gcc/c-common.h | |
parent | af7db8cb22256d2ba4039fe9ef231702f4bb92c2 (diff) | |
download | gcc-481c6ce6ce166320db23dc2d8121e56e0e85e90e.tar.gz |
Improved sequence point warnings
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36901 138bc75d-0d04-0410-961f-82ee72b054a4
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; |