added %option ignore_unused to suppress warnings about unused vars and subs in that module/block.

Also improved error for invalid directive.
This commit is contained in:
Irmen de Jong
2023-12-26 23:37:59 +01:00
parent 2eb137618e
commit 2b8f613a00
52 changed files with 96 additions and 57 deletions
+1
View File
@@ -86,6 +86,7 @@ class PtBlock(name: String,
val forceOutput: Boolean = false,
val noSymbolPrefixing: Boolean = false,
val veraFxMuls: Boolean = false,
val ignoreUnused: Boolean = false,
val alignment: BlockAlignment = BlockAlignment.NONE)
}