[Bug 202499] Fix games/nlarn build with clang 3.7.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 19 22:00:45 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202499
Bug ID: 202499
Summary: Fix games/nlarn build with clang 3.7.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: dim at FreeBSD.org
CC: martin at arp242.net
CC: martin at arp242.net
Flags: maintainer-feedback?(martin at arp242.net)
Created attachment 160118
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160118&action=edit
Fix uninitialized variables in games/nlarn
During the exp-run in bug 201377, it was found that games/nlarn gives errors
with a recent clang 3.7.0 snapshot:
http://package18.nyi.freebsd.org/data/headi386PR201377-default/2015-07-31_12h04m22s/logs/errors/nlarn-0.7.2.log
This is because there are a few instances in the program where uninitialized
variables may be used. I have tried to fix them in the attached patch.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list