DescriptionDisable -Wshorten-64-to-32 when building with Xcode for arm64
The protobuf code is not 64-bit clean and Xcode automatically enable the
-Wshorten-64-to-32 warning when compiling for arm64 so explicitly disable
it to allow compilation to succeed, as the warning is quite pedantic here
(likelihood of a buffer larger than INT_MAX characters is quite low).
BUG=359107
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261258
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|