Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the YAML-LibYAML CPAN distribution.

Report information
The Basics
Id: 68049
Status: new
Priority: 0/
Queue: YAML-LibYAML

People
Owner: Nobody in particular
Requestors: APOCAL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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