aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/gcc/c.opt
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2010-01-18 13:38:25 -0800
committerJing Yu <jingyu@google.com>2010-01-18 13:38:25 -0800
commit30f553f6a7597e8084704b84876dea2af493d6fe (patch)
tree569579768afd83d884f5f1118272fea213afdb36 /gcc-4.4.0/gcc/c.opt
parent727407e24af9df776e77f6a5762a62869198bc09 (diff)
downloadtoolchain_gcc-30f553f6a7597e8084704b84876dea2af493d6fe.tar.gz
toolchain_gcc-30f553f6a7597e8084704b84876dea2af493d6fe.tar.bz2
toolchain_gcc-30f553f6a7597e8084704b84876dea2af493d6fe.zip
Bring gcc-4.4.0 to up-to-date.
Diffstat (limited to 'gcc-4.4.0/gcc/c.opt')
-rw-r--r--gcc-4.4.0/gcc/c.opt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.4.0/gcc/c.opt b/gcc-4.4.0/gcc/c.opt
index 40681bdc3..42cc0d17f 100644
--- a/gcc-4.4.0/gcc/c.opt
+++ b/gcc-4.4.0/gcc/c.opt
@@ -250,6 +250,10 @@ Warn about zero-length formats
Wformat=
C ObjC C++ ObjC++ Joined Warning
+Wicf
+C ObjC C++ ObjC++ Var(warn_icf) Init(0) Warning
+Warn about function pointer comparisons
+
Wignored-qualifiers
C C++ Var(warn_ignored_qualifiers) Init(-1) Warning
Warn whenever type qualifiers are ignored.