2017-06-14 17:10:21 +00:00
|
|
|
Enable -Wtrampolines by default.
|
|
|
|
|
|
|
|
--- a/gcc/common.opt
|
|
|
|
+++ b/gcc/common.opt
|
2018-09-27 17:15:08 +00:00
|
|
|
@@ -712,7 +712,7 @@ Common Var(warn_system_headers) Warning
|
|
|
|
Do not suppress warnings from system headers.
|
2017-06-14 17:10:21 +00:00
|
|
|
|
|
|
|
Wtrampolines
|
|
|
|
-Common Var(warn_trampolines) Warning
|
|
|
|
+Common Var(warn_trampolines) Init(1) Warning
|
2018-09-27 17:15:08 +00:00
|
|
|
Warn whenever a trampoline is generated.
|
2017-06-14 17:10:21 +00:00
|
|
|
|
|
|
|
Wtype-limits
|