[Bug 216052] comms/telldus-core: fails to build with clang 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 18 21:35:23 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216052
--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:
Author: jbeich
Date: Wed Jan 18 21:34:42 UTC 2017
New revision: 431828
URL: https://svnweb.freebsd.org/changeset/ports/431828
Log:
comms/telldus-core: unbreak with clang 4.0
service/SettingsConfuse.cpp:47:13: error: ordered comparison between pointer
and zero ('cfg_t *' and 'int')
if (d->cfg > 0) {
~~~~~~ ^ ~
service/SettingsConfuse.cpp:50:17: error: ordered comparison between pointer
and zero ('cfg_t *' and 'int')
if (d->var_cfg > 0) {
~~~~~~~~~~ ^ ~
service/SettingsConfuse.cpp:61:13: error: ordered comparison between pointer
and zero ('cfg_t *' and 'int')
if (d->cfg > 0) {
~~~~~~ ^ ~
service/SettingsConfuse.cpp:73:13: error: ordered comparison between pointer
and zero ('cfg_t *' and 'int')
if (d->cfg > 0) {
~~~~~~ ^ ~
PR: 216052
Submitted by: Johan Str?m (maintainer)
Changes:
head/comms/telldus-core/files/patch-service-SettingsConfuse.cpp
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list