Subject: | GCC Warnings seen in compiling under Perl-5.10.1 ( Ubuntu 11.04 ) |
Hello,
While installing this module I saw those warnings show up - while they
are probably harmless I thought it was worthwhile to report them!
My GCC version: gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
perl_libyaml.c: In function ‘loader_error_msg’:
perl_libyaml.c:100:9: warning: format ‘%d’ expects type ‘int’, but
argument 3 has type ‘size_t’
perl_libyaml.c:100:9: warning: format ‘%d’ expects type ‘int’, but
argument 4 has type ‘size_t’
perl_libyaml.c:109:9: warning: format ‘%d’ expects type ‘int’, but
argument 4 has type ‘size_t’
perl_libyaml.c:109:9: warning: format ‘%d’ expects type ‘int’, but
argument 5 has type ‘size_t’
--
~Apocalypse