summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-03-22 16:36:47 -0400
committerPeter Zhu <peter@peterzhu.ca>2023-03-22 17:25:18 -0400
commit3210130993f09d66fa1f21be114cad532fe1974f (patch)
tree494e6f0effaeb08673f49df56a0a65dab9800d2b /.github
parent348412c7fa0230925c3b1ffc94e64367273da42d (diff)
downloadruby-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 '.github')
0 files changed, 0 insertions, 0 deletions