diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-11-01 13:05:18 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-01 12:06:03 +0000 |
| commit | a97f4c627f2bd1fcc777f1d0314284210b43262f (patch) | |
| tree | 56f427d6ddd9317241306497d34a13b1fd100eef /include/ruby | |
| parent | ed7229eac8a5678211be8f1468af778d7beebf5c (diff) | |
[ruby/json] parser.c: Appease GCC warning
```
../../../../../../ext/json/ext/parser/parser.c:1142:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
1142 | if (RB_UNLIKELY(first_digit == '0' && mantissa_digits > 1 || negative && mantissa_digits == 0)) {
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
```
https://github.com/ruby/json/commit/ded62a5122
Diffstat (limited to 'include/ruby')
0 files changed, 0 insertions, 0 deletions
