[Bug 236205] graphics/goxel: fails to build with clang 8

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 7 19:52:01 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236205

w.schwarzenfeld at utanet.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w.schwarzenfeld at utanet.at

--- Comment #3 from w.schwarzenfeld at utanet.at ---
compiler suggests
checkliteral(S, &LUA_SIGNATURE [+ 1], "not a"); 

but it is only wanted to skip the first char, the simpelst is

checkliteral(S, LUA_SIGNATURE [1], "not a");

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list