• dearblue's avatar
    Suppress compiler warnings for mruby-time; fix #4600 · 07308a2f
    dearblue authored
    Warnings:
    
    - If `MRB_TIME_T_UINT` is defined, the compiler issues a warning with an
      integer comparison of different signs.
    - It is mentioned that the `usec` variable passed to the
      `mrb_to_time_t()` function may not be initialized
    07308a2f
time.c 27.9 KB