[Bug 198209] Fix games/cataclysm-dda build with clang 3.6.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 2 21:29:05 UTC 2015


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 at FreeBSD.org
          Reporter: dim at FreeBSD.org
                CC: wulf at cicgroup.ru
                CC: wulf at cicgroup.ru
             Flags: maintainer-feedback?(wulf at 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.


More information about the freebsd-ports-bugs mailing list