lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> In previous versions, we did not use that implementation because Lua
> fully aligned strings. Once we have removed that requirement, this
> "open array" implementation should be the clear choice.
> 
> That said, the current implementation is valid ISO C code. Is this
> warning included in -Wextra?

The relevant warning is -Wstringop-overflow. I believe it is enabled by
default even without -Wall.

-- Hugo
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org