mirror of
https://github.com/irmen/prog8.git
synced 2026-04-21 02:16:41 +00:00
add a -warnimplicitcasts compiler option
This commit is contained in:
@@ -18,6 +18,7 @@ class CompilationOptions(val output: OutputType,
|
||||
var loadAddress: UInt,
|
||||
var memtopAddress: UInt,
|
||||
var warnSymbolShadowing: Boolean = false,
|
||||
var warnImplicitTypeCast: Boolean = false,
|
||||
var optimize: Boolean = false,
|
||||
var asmQuiet: Boolean = false,
|
||||
var asmListfile: Boolean = false,
|
||||
|
||||
Reference in New Issue
Block a user