src/burn/drv/neogeo/d_neogeo.cpp:1221:27: error: ordered comparison between pointer and zero ('UINT32 *' (aka 'unsigned int *') and 'int') if (nNeoSMARNGAddress[0] > 0 || nNeoSMARNGAddress[1] > 0) { ~~~~~~~~~~~~~~~~~~~~ ^ ~ src/burn/drv/neogeo/d_neogeo.cpp:1221:55: error: ordered comparison between pointer and zero ('UINT32 *' (aka 'unsigned int *') and 'int') if (nNeoSMARNGAddress[0] > 0 || nNeoSMARNGAddress[1] > 0) { ~~~~~~~~~~~~~~~~~~~~ ^ ~ build log: http://package18.nyi.freebsd.org/data/headamd64PR216008-default/2017-01-29_16h09m05s/logs/errors/libretro-cores-0.20151110_2.log regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
See the yet uncommitted update bug#214352 It may or may not change there. games/libretro-cores combines a lot of code from various sources. I think all parts come from github, usually owned by LibRetro team there. Generally, bugs for such errors need to be reported there, and patches need to be added to the port.
(In reply to Yuri Victorovich from comment #1) > See the yet uncommitted update bug#214352 It may or may not change there. It doesn't help: http://slexy.org/view/s20PCr3vIr > Generally, bugs for such errors need to be reported there, and patches > need to be added to the port. Sorry, I'm only trying to warn maintainers about pending bustage on 12.0 and 11.1 (usual MFC is 1 month) but have no time to track each upstream of ports I don't even use.
Ok, thanks!
Expired port removed.