src/widget/wdisplay.cpp:89:19: error: ordered comparison between pointer and zero ('QPixmap **' and 'int') if (m_pPixmaps>0) ~~~~~~~~~~^~ build log: http://sprunge.us/fiQC regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Created attachment 179191 [details] proposed patch
Comment on attachment 179191 [details] proposed patch Looks OK and builds fine[1]. Can you land it? Also on 2017Q1 with "ports-secteam blanket" since this is harmless bustage fix. [1] 10.3 i386: http://sprunge.us/HYjZ /projects/clang400-import@312309 i386: http://sprunge.us/BaKb
A commit references this bug: Author: jbeich Date: Wed Feb 1 05:25:29 UTC 2017 New revision: 432970 URL: https://svnweb.freebsd.org/changeset/ports/432970 Log: audio/mixxx: unbreak with clang 4.0 src/widget/wdisplay.cpp:89:19: error: ordered comparison between pointer and zero ('QPixmap **' and 'int') if (m_pPixmaps>0) ~~~~~~~~~~^~ PR: 216354 Reported by: antoine (via exp-run) Submitted by: tcberner Changes: head/audio/mixxx/files/patch-src_widget_wdisplay.cpp