1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/astro/gpsbabel/files
Jan Beich 986f10e809 astro/gpsbabel: unbreak with clang 4.0
bushnell.cc:138:36: error: ordered comparison between pointer and zero ('const char *' and 'int')
  for (t = bushnell_icons; t->icon > 0; t++) {
                           ~~~~~~~ ^ ~
bushnell.cc:150:36: error: ordered comparison between pointer and zero ('const char *' and 'int')
  for (t = bushnell_icons; t->icon > 0; t++) {
                           ~~~~~~~ ^ ~

PR:		216215
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
2017-01-24 16:38:22 +00:00
..
patch-bushnell.cc astro/gpsbabel: unbreak with clang 4.0 2017-01-24 16:38:22 +00:00
patch-exif.cc Fix build with libc++ 3.8.0 2016-08-28 07:42:58 +00:00
patch-jeeps_gpslibusb.cc
patch-Makefile.in
patch-src_core_ziparchive.cc
patch-src_core_ziparchive.h