aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-third__party_vulkan-deps_glslang_src_BUILD.gn
blob: dabf6b75c61348268eefbb9bccc0c10b2d452247 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- third_party/vulkan-deps/glslang/src/BUILD.gn.orig	2021-04-14 01:15:33 UTC
+++ third_party/vulkan-deps/glslang/src/BUILD.gn
@@ -239,6 +239,12 @@ template("glslang_sources_common") {
         "-Wno-unused-variable",
       ]
     }
+    if (is_bsd) {
+      cflags -= [
+        "-Wno-suggest-destructor-override",
+        "-Wno-suggest-override",
+      ]
+    }
     if (is_win && !is_clang) {
       cflags = [
         "/wd4018",  # signed/unsigned mismatch