• KOBAYASHI Shuji's avatar
    Silence Clang warning with `MRB_INT32` and `MRB_64BIT` in `time.c` · 69735390
    KOBAYASHI Shuji authored
    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) {
                                                  ~~~~~~~~~~~~ ^ ~
      ```
    69735390
time.c 27.9 KB