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 |
Message body not shown because it is not plain text.