PerlGameDev / SDL

Rehashing the old perl SDL binding on cpan.org
http://search.cpan.org/dist/SDL
GNU General Public License v2.0
81 stars 29 forks source link

compiler warnings when compiling Event.xs (with patch) #283

Open msterret opened 8 years ago

msterret commented 8 years ago

Please apply this patch to quiet compile warnings:

https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-perl/SDL/files/SDL-2.546-pointer.patch

warnings are like this:

lib/SDL/Event.xs:614:15: warning: the comparison will always evaluate as 'true' for the address of 'event' will never be NULL [-Waddress]

kthakore commented 8 years ago

Thanks! Looking at it. I think this patch would affect Dragonfly tough @FROGGS?