summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-08-11 16:04:37 +0900
committerNobuyoshi Nakada <[email protected]>2024-08-11 16:04:37 +0900
commit1fd0a1b4ceef29a5aade5e1d896dca5b74258e6f ()
treef5cafbc73cae2eaf31f549086f25d90957e65eca /iseq.c
parent1db8586279a2f061f089a9fc7caa2b60cf7b23e0 (diff)
Fix sign-conversion warning
``` ../../.././include/ruby/internal/special_consts.h:349:36: error: conversion to ‘VALUE’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Werror=sign-conversion] 349 | return RB_SPECIAL_CONST_P(obj) * RUBY_Qtrue; | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ```
0 files changed, 0 insertions, 0 deletions