Skip to content
Snippets Groups Projects
Commit 40a2f888 authored by Martin Liska's avatar Martin Liska
Browse files

opts: add Warning keyword for 2 options

gcc/c-family/ChangeLog:

	* c.opt: Add Warning keyword for 2 options.
parent df18a134
No related branches found
No related tags found
No related merge requests found
...@@ -592,7 +592,7 @@ C ObjC RejectNegative Warning Alias(Werror=, implicit-function-declaration) ...@@ -592,7 +592,7 @@ C ObjC RejectNegative Warning Alias(Werror=, implicit-function-declaration)
This switch is deprecated; use -Werror=implicit-function-declaration instead. This switch is deprecated; use -Werror=implicit-function-declaration instead.
Wexceptions 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. Warn when an exception handler is shadowed by another handler.
Wextra Wextra
...@@ -1741,7 +1741,7 @@ C++ ObjC Var(flag_module_version_ignore) Integer ...@@ -1741,7 +1741,7 @@ C++ ObjC Var(flag_module_version_ignore) Integer
; undocumented, Very dangerous, but occasionally useful ; undocumented, Very dangerous, but occasionally useful
Winvalid-imported-macros 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. Warn about macros that have conflicting header units definitions.
flang-info-include-translate flang-info-include-translate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment