diff options
| author | xtkoba <69125751+xtkoba@users.noreply.github.com> | 2021-04-30 10:09:32 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-04-30 20:56:16 +0900 |
| commit | 1f255adda93bd7958afc7405026326f630ba4748 (patch) | |
| tree | 4e20d983ad396e01f6ca2e6655ba49b4e7109329 /spec/ruby/core/queue/initialize_spec.rb | |
| parent | b2c54f5395ff569e40d36b0f7b344e8323ef83fc (diff) | |
Silence GCC 11 warnings
```
../strftime.c: In function 'rb_strftime_with_timespec':
../strftime.c:392:39: warning: comparison is always false due to limited range of data type [-Wtype-limits]
392 | if (vtm->wday < 0 || vtm->wday > 6)
| ^
../strftime.c:403:39: warning: comparison is always false due to limited range of data type [-Wtype-limits]
403 | if (vtm->wday < 0 || vtm->wday > 6)
| ^
```
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4435
Diffstat (limited to 'spec/ruby/core/queue/initialize_spec.rb')
0 files changed, 0 insertions, 0 deletions
