facebook / redex

A bytecode optimizer for Android apps
https://fbredex.com/
MIT License
6.02k stars 653 forks source link

Fix some shift-sign-overflow #844

Open r-barnes opened 6 months ago

r-barnes commented 6 months ago

The project currently does not compile with -Wshift-sign-overflow.

This fixes that, or at least some of it. This will shortly be required for achieving internal compilation.