diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-28 01:58:24 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-28 01:58:24 +0000 |
commit | 3ad98b55c461b12d5b3198cbbcf6cf4aafe789ba (patch) | |
tree | 4a11e88a962f919ef9a3f712d88e6f1bdfb76ec3 /gcc/c.opt | |
parent | 2007e93cbda0a12b3f0707d4d3235916b18aae1d (diff) | |
download | gcc-3ad98b55c461b12d5b3198cbbcf6cf4aafe789ba.tar.gz |
2004-06-27 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/15145
* c.opt (Wsequence-point): Enable for C++ and ObjC++.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c.opt')
-rw-r--r-- | gcc/c.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c.opt b/gcc/c.opt index 464cab8466f..32e600b637d 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -371,7 +371,7 @@ ObjC ObjC++ Var(warn_selector) Warn if a selector has multiple methods Wsequence-point -C ObjC Var(warn_sequence_point) +C ObjC C++ ObjC++ Var(warn_sequence_point) Warn about possible violations of sequence point rules Wsign-compare |