diff options
Diffstat (limited to 'gcc/c.opt')
-rw-r--r-- | gcc/c.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c.opt b/gcc/c.opt index bfe81aa3d8f..6c4d12eb433 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -312,6 +312,10 @@ Wold-style-cast C++ ObjC++ Warn if a C-style cast is used in a program +Wold-style-definition +C ObjC +Warn if an old-style parameter definition is used + Woverloaded-virtual C++ ObjC++ Warn about overloaded virtual function names |