ports/lang/bootgcc/patches/patch-gcc_c-family_c_opt

13 lines
441 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: gcc/c-family/c.opt
--- gcc/c-family/c.opt.orig
+++ gcc/c-family/c.opt
@@ -929,7 +929,7 @@ C ObjC C++ ObjC++ Var(warn_pointer_arith) Warning Lang
Warn about function pointer arithmetic.
Wpointer-sign
-C ObjC Var(warn_pointer_sign) Warning LangEnabledBy(C ObjC,Wall || Wpedantic)
+C ObjC Var(warn_pointer_sign) Warning LangEnabledBy(C ObjC,Wpedantic)
Warn when a pointer differs in signedness in an assignment.
Wpointer-compare