src/mainwindow.cpp:367:19: error: ordered comparison between pointer and zero ('QMap<SDL_JoystickID, InputDevice *> *' (aka 'QMap<int, InputDevice *> *') and 'int') if (joysticks > 0) ~~~~~~~~~ ^ ~ build log: http://sprunge.us/QNMU regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
A commit references this bug: Author: jbeich Date: Wed Feb 1 05:27:47 UTC 2017 New revision: 432980 URL: https://svnweb.freebsd.org/changeset/ports/432980 Log: x11/antimicro: unbreak with clang 4.0 src/mainwindow.cpp:367:19: error: ordered comparison between pointer and zero ('QMap<SDL_JoystickID, InputDevice *> *' (aka 'QMap<int, InputDevice *> *') and 'int') if (joysticks > 0) ~~~~~~~~~ ^ ~ PR: 216358 Reported by: antoine (via exp-run) Changes: head/x11/antimicro/Makefile head/x11/antimicro/files/ head/x11/antimicro/files/patch-src_mainwindow.cpp