diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-12-02 19:08:54 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-12-02 20:00:36 +0900 |
| commit | 6973539005611084a95222bca9a0a5045f7514ad (patch) | |
| tree | 5883b6a730c2a86decd675e860adf38e62111b38 /src/value_array.h | |
| parent | 3c6787280509ce0039d8f5577ad55f438fb3d284 (diff) | |
| download | mruby-6973539005611084a95222bca9a0a5045f7514ad.tar.gz mruby-6973539005611084a95222bca9a0a5045f7514ad.zip | |
Silence Clang warning with `MRB_INT32` and `MRB_64BIT` in `time.c`
Silence the following warning:
```
/mruby/mrbgems/mruby-time/src/time.c:258:60: warning: result of comparison of constant -9223372036854775808 with expression of type 'mrb_int' (aka 'int') is always false [-Wtautological-constant-out-of-range-compare]
if ((mrb_time_int)i > MRB_TIME_MAX || MRB_TIME_MIN > i) {
~~~~~~~~~~~~ ^ ~
```
Diffstat (limited to 'src/value_array.h')
0 files changed, 0 insertions, 0 deletions
