0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-07-25 09:34:30 +00:00
Files
termux-packages/x11-packages/carbonyl-host-tools/patches/0004-compiler-remove-unsupported-flags.patch
2025-02-01 17:05:51 +08:00

20 lines
527 B
Diff

--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1569,16 +1569,6 @@
# TODO(thakis): Only for no_chromium_code? http://crbug.com/912662
"-Wno-ignored-pragma-optimize",
]
-
- if (!is_nacl) {
- cflags += [
- # TODO(crbug.com/1343975) Evaluate and possibly enable.
- "-Wno-deprecated-builtins",
-
- # TODO(crbug.com/1352183) Evaluate and possibly enable.
- "-Wno-bitfield-constant-conversion",
- ]
- }
}
}
}