[Bug 216075] multimedia/kodi: fails to build with clang 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 5 18:59:19 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216075

--- Comment #2 from commit-hook at 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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list