Date: Thu, 07 Mar 2019 19:51:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 236205] graphics/goxel: fails to build with clang 8 Message-ID: <bug-236205-7788-1LaHnTdwDN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236205-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-236205-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236205 w.schwarzenfeld@utanet.at changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |w.schwarzenfeld@utanet.at --- Comment #3 from w.schwarzenfeld@utanet.at --- compiler suggests checkliteral(S, &LUA_SIGNATURE [+ 1], "not a");=20 but it is only wanted to skip the first char, the simpelst is checkliteral(S, LUA_SIGNATURE [1], "not a"); --=20 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-236205-7788-1LaHnTdwDN>