mozilla-fix-top-level-asm.patch
branchfirefox96
changeset 1170 f9b2d408b7ef
parent 1154 71a92b4d0527
child 1191 37e065158be7
--- a/mozilla-fix-top-level-asm.patch	Sat Jan 08 10:41:19 2022 +0100
+++ b/mozilla-fix-top-level-asm.patch	Sat Feb 05 15:04:53 2022 +0100
@@ -49,7 +49,7 @@
      ]
  
  if CONFIG["CC_TYPE"] in ("clang", "gcc"):
-     CXXFLAGS += ["-Wno-shadow", "-Wno-error=stack-protector"]
+     CXXFLAGS += ["-Wno-error=stack-protector"]
      SOURCES["../chromium/sandbox/linux/services/syscall_wrappers.cc"].flags += [
          "-Wno-empty-body",
      ]