Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #1783: [riscv][debugging] Fix a few warnings in RISC-V inlines
Imported from GitHub PR #1783 Today we cannot build V8 (which uses the Abseil library) in strict mode for RISC-V due to a few warnings in debbugging inlines. All the warnings are about implicit signed to unsigned conversion and precision losses, nothing serious, but they are still very annoying. Merge 7b2a865 into 8596c6e Merging this change closes #1783 COPYBARA_INTEGRATE_REVIEW=#1783 from apavlyutkin:riscv-fix-warnings 7b2a865 PiperOrigin-RevId: 693802454 Change-Id: Ibfefc9370606a6b8ec217ac6d87d7c6d70d1a3ce
- Loading branch information