mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-03 15:25:17 +00:00
15 lines
297 B
Diff
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
|