mirror of
https://github.com/termux/termux-packages.git
synced 2025-07-25 09:34:30 +00:00
20 lines
527 B
Diff
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",
|
|
- ]
|
|
- }
|
|
}
|
|
}
|
|
}
|