Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Geo-IP CPAN distribution.

Report information
The Basics
Id: 18654
Status: resolved
Priority: 0/
Queue: Geo-IP

People
Owner: Nobody in particular
Requestors: debian [...] menole.net
Cc:
AdminCc:

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



Subject: unused variable in IP.xs:71
IP.c: In function ‘XS_Geo__IP_GeoIP_database_info’: IP.xs:71: warning: unused variable ‘i’ Patch: diff -Nur IP.xs.orig IP.xs --- IP.xs.orig 2006-04-11 15:59:01.000000000 +0200 +++ IP.xs 2006-04-11 15:59:16.000000000 +0200 @@ -67,8 +67,6 @@ char * GeoIP_database_info (gi) GeoIP *gi - PREINIT: - int i = 0; CODE: RETVAL = GeoIP_database_info(gi); OUTPUT: System: Debian GNU/Linux unstable, kernel 2.6.15, and libc6 2.3.5-12, perl 5.8.8-3, gcc 4.0.3 20060115 (prerelease)
Thanks. This has been fixed.