mirror of https://github.com/php/php-src
Browse Source
C4267[1] are about conversion from `size_t` to a "smaller" type, causing potential loss of data (aka. truncation). In this case we can solve that cleanly (i.e. without casting and further checks) by changing the affected variables to be of type `DWORD`. [1] <https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-3-c4267>pull/16044/merge
committed by
GitHub
2 changed files with 7 additions and 5 deletions
Loading…
Reference in new issue