Description
Jan Beich
2017-01-30 23:15:07 UTC
Note, the error isn't new. GCC (even 4.2) can show it as well. $ pkg install gcc5 $ make clean all CC='gcc5 -Werror=extra' CXX='g++5 -Werror=extra' CPP=cpp5 CHOSEN_COMPILER_TYPE=gcc BATCH= [...] src/menu.cpp: In member function 'void menu::resolution()': src/menu.cpp:1570:13: error: ordered comparison of pointer with integer zero [-Werror=extra] if(modes > 0) { ^ A commit references this bug: Author: ehaupt Date: Fri Feb 3 12:35:52 UTC 2017 New revision: 433222 URL: https://svnweb.freebsd.org/changeset/ports/433222 Log: Fix build with clang 4.0 PR: 216630 (based on) Notified by: jbeich Changes: head/games/bloboats/Makefile head/games/bloboats/files/patch-Makefile head/games/bloboats/files/patch-src_menu.cpp |