--- 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