Project

General

Profile

Bug #13529

Updated by nobu (Nobuyoshi Nakada) about 7 years ago

I get the warning below when trying to compile trunk on cygwin: 

 ``` 
 compiling io.c 
 io.c: In function ‘do_io_advise’: 
 io.c:8869:29: warning: format ‘%lld’ expects argument of type ‘long long int’, b                                ut argument 3 has type ‘off_t {aka long int}’ [-Wformat=] 
   VALUE message = rb_sprintf("%"PRIsVALUE" " 

Back