Bug 122791
| Summary: | Enable GCC_WARN_64_TO_32_BIT_CONVERSION on ARM64 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | fpizlo, ggaren, oliver |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Daniel Bates
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |