opts: add Warning keyword for 2 options
gcc/c-family/ChangeLog: * c.opt: Add Warning keyword for 2 options.
This commit is contained in:
parent
df18a1343d
commit
40a2f88838
1 changed files with 2 additions and 2 deletions
|
@ -592,7 +592,7 @@ C ObjC RejectNegative Warning Alias(Werror=, implicit-function-declaration)
|
|||
This switch is deprecated; use -Werror=implicit-function-declaration instead.
|
||||
|
||||
Wexceptions
|
||||
C++ ObjC++ Var(warn_exceptions) Init(1)
|
||||
C++ ObjC++ Var(warn_exceptions) Init(1) Warning
|
||||
Warn when an exception handler is shadowed by another handler.
|
||||
|
||||
Wextra
|
||||
|
@ -1741,7 +1741,7 @@ C++ ObjC Var(flag_module_version_ignore) Integer
|
|||
; undocumented, Very dangerous, but occasionally useful
|
||||
|
||||
Winvalid-imported-macros
|
||||
C++ ObjC++ Var(warn_imported_macros)
|
||||
C++ ObjC++ Var(warn_imported_macros) Warning
|
||||
Warn about macros that have conflicting header units definitions.
|
||||
|
||||
flang-info-include-translate
|
||||
|
|
Loading…
Add table
Reference in a new issue