Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2017 16:38:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216215] astro/gpsbabel: fails to build with clang 4.0
Message-ID:  <bug-216215-13-aemRBMP6n3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216215-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216215-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=3D216215

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

Author: jbeich
Date: Tue Jan 24 16:38:23 UTC 2017
New revision: 432358
URL: https://svnweb.freebsd.org/changeset/ports/432358

Log:
  astro/gpsbabel: unbreak with clang 4.0

  bushnell.cc:138:36: error: ordered comparison between pointer and zero
('const char *' and 'int')
    for (t =3D bushnell_icons; t->icon > 0; t++) {
                             ~~~~~~~ ^ ~
  bushnell.cc:150:36: error: ordered comparison between pointer and zero
('const char *' and 'int')
    for (t =3D bushnell_icons; t->icon > 0; t++) {
                             ~~~~~~~ ^ ~

  PR:           216215
  Submitted by: Oliver Heesakkers <dev2@heesakkers.info> (maintainer)

Changes:
  head/astro/gpsbabel/files/patch-bushnell.cc

--=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-216215-13-aemRBMP6n3>