2021-11-25 09:09:10 +00:00
|
|
|
From 5cbd83abefc1f3cf93057383e6ff59196934dbf7 Mon Sep 17 00:00:00 2001
|
2020-08-21 10:18:02 +00:00
|
|
|
From: Ariadne Conill <ariadne@dereferenced.org>
|
|
|
|
Date: Fri, 21 Aug 2020 06:48:24 +0000
|
2021-04-25 11:08:48 +00:00
|
|
|
Subject: [PATCH] Enable -Wtrampolines by default.
|
2020-08-21 10:18:02 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
gcc/common.opt | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/gcc/common.opt b/gcc/common.opt
|
2021-11-25 09:09:10 +00:00
|
|
|
index d15105a73f3..29f9504cb68 100644
|
2020-08-21 10:18:02 +00:00
|
|
|
--- a/gcc/common.opt
|
|
|
|
+++ b/gcc/common.opt
|
2021-11-25 09:09:10 +00:00
|
|
|
@@ -775,7 +775,7 @@ Common Var(warn_system_headers) Warning
|
2020-08-21 10:18:02 +00:00
|
|
|
Do not suppress warnings from system headers.
|
|
|
|
|
|
|
|
Wtrampolines
|
|
|
|
-Common Var(warn_trampolines) Warning
|
|
|
|
+Common Var(warn_trampolines) Init(1) Warning
|
|
|
|
Warn whenever a trampoline is generated.
|
|
|
|
|
|
|
|
Wtype-limits
|
|
|
|
--
|
2021-10-27 19:14:43 +00:00
|
|
|
2.33.1
|
2020-08-21 10:18:02 +00:00
|
|
|
|