Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: replace unreachable code with static_assert
This function divides an unsigned 32-bit integer by 8, effectively right-shifting it by three bits, so the result must be less than INT_MAX. Refs: nodejs#46209
- Loading branch information