Commit 3c837e2
Dan Albert
Fix invalid shift of 32-bit value.
For 32-bit builds (still common for apps), long is only 32-bits, and
this is a 32-bit shift. A future version of Clang treats this as an
error.
Test: treehugger
Change-Id: Ie2301c21afe48cbae63e4aca0f3a722ca7115dcc1 parent e2f79ab commit 3c837e2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
0 commit comments