Re: Compiling Lua 5.2 with Turbo C 1.0 (1990) just works
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Compiling Lua 5.2 with Turbo C 1.0 (1990) just works
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2014年1月30日 14:43:06 -0200
> 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