This fixes most - not all - of the warnings produced by ZILF 0.9. I think this is a good idea, because otherwise warnings and errors tend to get lost in the noise.
The remaining warnings are:
[warning ZIL0210] ../zork-substrate/parser.zil:1040: local variable 'BITS' is never used
[warning ZIL0502] actions.zil:3338: RETURN value ignored: PROG/REPEAT block is in void context
[warning ZIL0410] dungeon.zil:1011: ZSCII 9 (tab) cannot be safely printed in Z-machine version 3
This fixes most - not all - of the warnings produced by ZILF 0.9. I think this is a good idea, because otherwise warnings and errors tend to get lost in the noise.
The remaining warnings are:
I haven't included the warnings fixed by https://github.com/the-infocom-files/zork-substrate/pull/6
I didn't fix the TAB warning because it's already reported as https://github.com/the-infocom-files/zork1/issues/23