Re: MSVC warnings when compiling Lua as C++
Sean Conner <[email protected]> Thu, 30 Jul 2026 04:14:14 -0400
| Newsgroups | gmane.comp.lang.lua.general |
|---|---|
| Message-ID | <[email protected]> |
It was thus said that the Great 'Sainan' via lua-l once stated: > Ah, I actually didn't know that 'int' was ever not 32-bit. The only quirk > I ever ran into was 'char' meaning 'unsigned char' on some ARM compilers. Technically, whether a bare 'char' is signed or unsigned is implementation dependent. On Windows, it tends to be unsigned, and on Unix, it tends to be signed, at least in my experience. -spc -- You received this message because you are subscribed to the Google Groups "lua-l" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/lua-l/20260730081414.GB6255%40brevard.conman.org.