2023-06-09 18:45:27 +00:00
|
|
|
From d25c373cf839df0720f8d345b5ad55147030515a 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
|
2023-05-29 16:47:58 +00:00
|
|
|
Subject: [PATCH 07/33] 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
|
2023-05-15 08:15:31 +00:00
|
|
|
index 64c4277c991..c24839d32bc 100644
|
2020-08-21 10:18:02 +00:00
|
|
|
--- a/gcc/common.opt
|
|
|
|
+++ b/gcc/common.opt
|
2023-05-15 08:15:31 +00:00
|
|
|
@@ -803,7 +803,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.
|
|
|
|
|
2022-08-13 15:17:36 +00:00
|
|
|
Wtrivial-auto-var-init
|
2023-05-15 08:15:31 +00:00
|
|
|
--
|
2023-06-09 18:45:27 +00:00
|
|
|
2.41.0
|
2023-05-15 08:15:31 +00:00
|
|
|
|