diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-04-23 16:11:02 +0200 |
|---|---|---|
| committer | Jean Boussier <jean.boussier@gmail.com> | 2025-04-23 18:35:00 +0200 |
| commit | 1f090403e205de5efedde80915d74170cb0b5b2d (patch) | |
| tree | 463c3c198efc49afc23ce36ea8e0c84af7a196fe /doc | |
| parent | 7d7478c7bc92ab26703892ee301f890420bd914a (diff) | |
Fix comparison of signed and unsigned integers
```
../string.c:660:38: warning: comparison of integers of different signs: 'rb_atomic_t' (aka 'unsigned int') and 'int' [-Wsign-compare]
660 | RUBY_ASSERT(table->count < table->capacity / 2);
```
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13160
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
