Date: Wed, 19 Aug 2015 22:00:44 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202499] Fix games/nlarn build with clang 3.7.0 Message-ID: <bug-202499-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: dim@FreeBSD.org CC: martin@arp242.net CC: martin@arp242.net Flags: maintainer-feedback?(martin@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202499-13>