htmlsep.cxx:527:19: error: ordered comparison between pointer and zero ('int *' and 'int') if (heading >= 0) ~~~~~~~ ^ ~ build log: http://sprunge.us/Ahdf regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Created attachment 179133 [details] v0
A commit references this bug: Author: jbeich Date: Wed Feb 1 05:24:20 UTC 2017 New revision: 432965 URL: https://svnweb.freebsd.org/changeset/ports/432965 Log: textproc/htmldoc: unbreak with clang 4.0 htmlsep.cxx:527:19: error: ordered comparison between pointer and zero ('int *' and 'int') if (heading >= 0) ~~~~~~~ ^ ~ PR: 216159 Reported by: antoine (via exp-run) Approved by: portmgr blanket Changes: head/textproc/htmldoc/Makefile head/textproc/htmldoc/files/patch-htmldoc_htmlsep.cxx
A commit references this bug: Author: jbeich Date: Wed Feb 1 13:02:34 UTC 2017 New revision: 433030 URL: https://svnweb.freebsd.org/changeset/ports/433030 Log: MFH: r432965 textproc/htmldoc: unbreak with clang 4.0 htmlsep.cxx:527:19: error: ordered comparison between pointer and zero ('int *' and 'int') if (heading >= 0) ~~~~~~~ ^ ~ PR: 216159 Reported by: antoine (via exp-run) Approved by: portmgr blanket Approved by: ports-secteam blanket Changes: _U branches/2017Q1/ branches/2017Q1/textproc/htmldoc/Makefile branches/2017Q1/textproc/htmldoc/files/patch-htmldoc_htmlsep.cxx