This is an old revision of the document!
Return value of statement is unused (AJTERR10046)
Product(s) | Karo.NET Compiler |
---|
Description
This warning is emitted when the generated value of a statement is unused.
<code> io:in(); /*
How can I resolve this error?
Not specified