Created attachment 153697 [details] Disable -Winconsistent-missing-override for clang 3.6.0 and higher During the exp-run in bug 197395, it was found that games/cataclysm-dda gives errors with clang 3.6.0: http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-27_12h37m16s/logs/errors/cataclysm-dda-0.B,1.log These are all -Werror warnings about missing "override" identifiers on member functions. They are rather benign, and fixing them all is not very hard, but it causes a lot of churn. It is probably less intrusive to turn off the warning for clang 3.6.0 and higher.
A commit references this bug: Author: robak Date: Thu Mar 19 20:57:13 UTC 2015 New revision: 381692 URL: https://svnweb.freebsd.org/changeset/ports/381692 Log: games/cataclysm-dda: fix clang 3.6 build - Maintainer's timeout (wulf@cicgroup.ru) PR: 198209 Submitted by: Dimitry Andric <dim@FreeBSD.org> Changes: head/games/cataclysm-dda/Makefile
Committed, thanks for your work!