From 2683ed8d12f52394b5eb7635af05bec68064ea58 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Tue, 17 Oct 2000 09:34:21 +0000 Subject: Improved sequence point warnings From-SVN: r36901 --- gcc/c-tree.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/c-tree.h') 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; -- cgit v1.1