lua-users home
lua-l archive

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


> Please find the attached screenshots. I wasn't patient enough to figure
> out how to export the compiler messages to text output.

Many thanks. Except for one, all warnings are about incomplete types
not being complete in a compilation unit. There is nothing about that
in the standard; this is some compiler weirdness.

(And I did not understand the other warning; I could not figure out what
code would be unreachable...)

-- Roberto