0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-05 08:11:16 +00:00
Files
termux-packages/x11-packages/electron-host-tools-for-code-oss/cr-patches/0002-compiler-disable-warnings.patch

15 lines
297 B
Diff

--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1919,6 +1912,11 @@
}
}
+ cflags += [
+ "-Wno-unknown-warning-option",
+ "-Wno-unknown-pragmas",
+ ]
+
# Rust warnings
# Require `unsafe` blocks even in `unsafe` fns. This is intended to become