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 042f4cfc86d..15b96ad5e82 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -180,6 +180,10 @@ Wctor-dtor-privacy C++ ObjC++ Warn when all constructors and destructors are private +Wdeclaration-after-statement +C ObjC +Warn when a declaration is found after a statement + Wdeprecated C++ ObjC++ Warn about deprecated compiler features |