Project

General

Profile

« Previous | Next » 

Revision 1fd0a1b4

Added by nobu (Nobuyoshi Nakada) 10 months ago

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;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~