diff options
author | Bernd Schmidt <bernds@redhat.co.uk> | 2000-10-17 09:34:21 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2000-10-17 09:34:21 +0000 |
commit | 2683ed8d12f52394b5eb7635af05bec68064ea58 (patch) | |
tree | 9a9bf64517120736c23b7a0ecdb4c40f71e7b674 /gcc/c-common.h | |
parent | 9ece379a8a290603ecbafcd30dac259fc7c880a4 (diff) | |
download | gcc-2683ed8d12f52394b5eb7635af05bec68064ea58.zip gcc-2683ed8d12f52394b5eb7635af05bec68064ea58.tar.gz gcc-2683ed8d12f52394b5eb7635af05bec68064ea58.tar.bz2 |
Improved sequence point warnings
From-SVN: r36901
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 3781adf..2280b93 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; |