NEW 122791
Enable GCC_WARN_64_TO_32_BIT_CONVERSION on ARM64
https://bugs.webkit.org/show_bug.cgi?id=122791
Summary Enable GCC_WARN_64_TO_32_BIT_CONVERSION on ARM64
Daniel Bates
Reported 2013-10-14 17:34:24 PDT
As suggested by Oliver Hunt in bug #122762, comment 14, we should look to enable the warning GCC_WARN_64_TO_32_BIT_CONVERSION when building for ARM64 so that the compiler warns us when a value is implicitly converted from a 64-bit type to a 32-bit type.
Attachments
Note You need to log in before you can comment on or make changes to this bug.