[Bug 216217] multimedia/vdr-plugin-epgsearch: fails to build with clang 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 1 05:26:02 UTC 2017


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

--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Wed Feb  1 05:25:02 UTC 2017
New revision: 432968
URL: https://svnweb.freebsd.org/changeset/ports/432968

Log:
  multimedia/vdr-plugin-epgsearch: unbreak with clang 4.0

  createcats.c:67:42: error: ordered comparison between pointer and zero ('char
*' and 'int')
      if (fgets(buffer, sizeof(buffer), f) > 0) {
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
  epgsearchext.c:1506:50: error: ordered comparison between pointer and zero
('char *' and 'int')
           while (fgets(buffer, sizeof(buffer), f) > 0) {
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
  c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is
deprecated [-Wdeprecated]

  PR:           216217
  Reported by:  antoine (via exp-run)

Changes:
  head/multimedia/vdr-plugin-epgsearch/files/patch-clang40

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


More information about the freebsd-ports-bugs mailing list