0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-03 15:25:17 +00:00
Files
termux-packages/x11-packages/chromium-host-tools/cr-patches/0002-compiler-disable-warnings.patch
2025-04-22 18:31:06 +08:00

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