Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Feb 2017 18:59:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216075] multimedia/kodi: fails to build with clang 4.0
Message-ID:  <bug-216075-13-jxNhY0KwzX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216075-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216075-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=3D216075

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Sun Feb  5 18:58:11 UTC 2017
New revision: 433445
URL: https://svnweb.freebsd.org/changeset/ports/433445

Log:
  multimedia/kodi: unbreak with clang 4.0

  RssReader.cpp:269:19: error: ordered comparison between pointer and zero
('TiXmlElement *' and 'int')
    while (itemNode > 0)
           ~~~~~~~~ ^ ~
  RssReader.cpp:273:22: error: ordered comparison between pointer and zero
('TiXmlNode *' and 'int')
      while (childNode > 0)
             ~~~~~~~~~ ^ ~

  PR:           216075
  Submitted by: tcberner
  Approved by:  maintainer timeout (2 weeks)

Changes:
  head/multimedia/kodi/files/patch-xbmc_utils_RssReader.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-216075-13-jxNhY0KwzX>