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-tree.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-tree.h')
-rw-r--r-- | gcc/c-tree.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index a936b22..b8adce1 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -366,10 +366,6 @@ extern int warn_missing_braces; extern int warn_sign_compare; -/* Warn about possible violations of sequence point rules. */ - -extern int warn_sequence_point; - /* Warn about testing equality of floating point numbers. */ extern int warn_float_equal; |