DescriptionDisable warnings in harfbuzz/ for Android when not using clang.
The Android NDK compilers, both on GCC 4.2 and on GCC 4.6, throw a warning about
incompatible pointer signedness in one of harfbuzz' APIs. That's where the fun
comes in: no flag is currently able to disable the warning when using Android's GCCs.
We therefore have to disable all warnings.
This is unfortunate, but we should still be getting sufficient coverage
for other warnings from Linux and Android-clang builds.
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151944
Patch Set 1 #Patch Set 2 : #
Total comments: 1
Patch Set 3 : Disable it for cpp files too #Messages
Total messages: 10 (0 generated)
|