diff options
Diffstat (limited to 'compiler/condsyms.nim')
-rw-r--r-- | compiler/condsyms.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index 45cc55e94..336bfe11c 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -126,4 +126,5 @@ proc initDefines*(symbols: StringTableRef) = defineSymbol("nimHasCastPragmaBlocks") defineSymbol("nimHasDeclaredLocs") defineSymbol("nimHasJsBigIntBackend") + defineSymbol("nimHasWarningAsError") defineSymbol("nimHasHintAsError") |