Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Feb 2017 05:26:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216217] multimedia/vdr-plugin-epgsearch: fails to build with clang 4.0
Message-ID:  <bug-216217-13-I3bwIaWk76@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216217-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216217-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=3D216217

--- Comment #1 from commit-hook@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

--=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-216217-13-I3bwIaWk76>