commit | 3c837e2428495498f3a93ee889cdd03ca5c990f5 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Jul 12 20:33:45 2024 +0000 |
committer | Dan Albert <danalbert@google.com> | Fri Jul 12 20:36:16 2024 +0000 |
tree | f6f2137a5d69870d5f963b7cad906cf38fbe565b | |
parent | e2f79abef85d9dfb3ffcc09e0f94c82607f16cf7 [diff] |
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: Ie2301c21afe48cbae63e4aca0f3a722ca7115dcc