1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/games/edge
Jan Beich ae71612dea games/edge: unbreak with clang 4.0
src/p_enemy.cc:531:26: error: ordered comparison between pointer and zero
      ('struct mobj_s **' and 'int')
        if (brain_spots.targets > 0)
            ~~~~~~~~~~~~~~~~~~~ ^ ~
src/w_sprite.cc:578:42: error: ordered comparison between pointer and zero
      ('spriteframe_c *' and 'int')
                        if (sprites[states[i].sprite]->frames > 0)
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:26:51 +00:00
..
files games/edge: unbreak with clang 4.0 2017-02-01 05:26:51 +00:00
distinfo
Makefile games/edge: unbreak with clang 4.0 2017-02-01 05:26:51 +00:00
pkg-descr