Date: Mon, 02 Mar 2015 21:29:04 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 198209] Fix games/cataclysm-dda build with clang 3.6.0 Message-ID: <bug-198209-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198209 Bug ID: 198209 Summary: Fix games/cataclysm-dda build with clang 3.6.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dim@FreeBSD.org CC: wulf@cicgroup.ru CC: wulf@cicgroup.ru Flags: maintainer-feedback?(wulf@cicgroup.ru) Created attachment 153697 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153697&action=edit 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. -- 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-198209-13>