diff options
author | Peter Zhu <peter@peterzhu.ca> | 2023-03-22 16:36:47 -0400 |
---|---|---|
committer | Peter Zhu <peter@peterzhu.ca> | 2023-03-22 17:25:18 -0400 |
commit | 3210130993f09d66fa1f21be114cad532fe1974f (patch) | |
tree | 494e6f0effaeb08673f49df56a0a65dab9800d2b /dln.c | |
parent | 348412c7fa0230925c3b1ffc94e64367273da42d (diff) | |
download | ruby-3210130993f09d66fa1f21be114cad532fe1974f.tar.gz |
Suppress a compiler warning on GCC in process.c
rb_pid_t is 32 bits on some platforms, which will cause a warning on GCC
due to POSFIXABLE always returning true.
include/ruby/internal/arithmetic/fixnum.h:43:31: warning: comparison is always true due to limited range of data type [-Wtype-limits]
Diffstat (limited to 'dln.c')
0 files changed, 0 insertions, 0 deletions