Skip Menu |

This queue is for tickets about the SDL_perl CPAN distribution.

Report information
The Basics
Id: 32747
Status: resolved
Priority: 0/
Queue: SDL_perl

People
Owner: KTHAKORE [...] cpan.org
Requestors: k.heinz-cpan [...] kh-22.de
Cc:
AdminCc:

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



Subject: incorrect function prototype
Hi, in src/SDL.xs the function NetResolveIP() returns char* while SDLNet_ResolveIP() is defined in SDL/SDL_net.h as extern DECLSPEC const char * SDLCALL SDLNet_ResolveIP(IPaddress *ip) this leads to the unnecessary warning assignment discards qualifiers from pointer target type ciao Klaus
Subject: patch-ac2
Download patch-ac2
application/octet-stream 378b

Message body not shown because it is not plain text.

patched in v2.2.1 http://github.com/kthakore