diff options
author | Mike Stump <mikestump@comcast.net> | 2014-04-25 00:53:34 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2014-04-25 00:53:34 +0000 |
commit | 44875f92068ad4a61dc01fb8d0442273c1854739 (patch) | |
tree | a0f307978d5175ac4ff5004a7552a503f5339882 /gcc/c-family/c.opt | |
parent | 56f8faaeddc1962326641374cfd3888b00706dac (diff) | |
download | gcc-44875f92068ad4a61dc01fb8d0442273c1854739.zip gcc-44875f92068ad4a61dc01fb8d0442273c1854739.tar.gz gcc-44875f92068ad4a61dc01fb8d0442273c1854739.tar.bz2 |
* c.opt (Wshadow-ivar): Default to on.
From-SVN: r209774
Diffstat (limited to 'gcc/c-family/c.opt')
-rw-r--r-- | gcc/c-family/c.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 2bc06ba..9444708 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -685,7 +685,7 @@ ObjC ObjC++ Var(warn_selector) Warning Warn if a selector has multiple methods Wshadow-ivar -ObjC ObjC++ Var(warn_shadow_ivar) Init(-1) Warning +ObjC ObjC++ Var(warn_shadow_ivar) Init(1) Warning Warn if a local declaration hides an instance variable Wsequence-point |