Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PVS/V1051: Ignore "modulo by 1" warning for ARRAY_SIZE. (neovim#14943)
The warning is triggered by the second division when arr is a char array since sizeof(char) is 1. A modulo by 1 may normally indicate a logic error, but in this case it's intended.
- Loading branch information