diff options
author | Peter Zhu <[email protected]> | 2024-07-19 10:55:02 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-07-19 11:45:31 -0400 |
commit | b226c3407ec94204237943c4e39bb682b5a392bc (patch) | |
tree | 45f5871861c445c230cde4f23df5f622faafa0a7 /include/ruby/internal/intern/error.h | |
parent | 49cf042cd297cc6097065fb4d98879755ed0cec0 (diff) |
[PRISM] Fix compiler warning for min_tmp_hash_length
prism_compile.c:1406:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
1406 | if (count >= min_tmp_hash_length) {
| ^~
Diffstat (limited to 'include/ruby/internal/intern/error.h')
0 files changed, 0 insertions, 0 deletions