Date: Wed, 18 Jan 2017 21:35:23 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216052] comms/telldus-core: fails to build with clang 4.0 Message-ID: <bug-216052-13-mw5PBYEVYz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216052-13@https.bugs.freebsd.org/bugzilla/> References: <bug-216052-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216052 --- Comment #3 from commit-hook@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 poin= ter and zero ('cfg_t *' and 'int') if (d->cfg > 0) { ~~~~~~ ^ ~ service/SettingsConfuse.cpp:50:17: error: ordered comparison between poin= ter and zero ('cfg_t *' and 'int') if (d->var_cfg > 0) { ~~~~~~~~~~ ^ ~ service/SettingsConfuse.cpp:61:13: error: ordered comparison between poin= ter and zero ('cfg_t *' and 'int') if (d->cfg > 0) { ~~~~~~ ^ ~ service/SettingsConfuse.cpp:73:13: error: ordered comparison between poin= ter 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216052-13-mw5PBYEVYz>