summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-10-11 23:18:54 +0800
committerGitHub <noreply@github.com>2023-10-11 17:18:54 +0200
commitecaccafa6c18e0b92cd5f75d3363d61c0866dec9 (patch)
treea7684c56cff19f6ae816dd67aace2c859e5f3081 /compiler
parent9d7acd001f268e2b9dab9228ca5e22bf75028704 (diff)
downloadNim-ecaccafa6c18e0b92cd5f75d3363d61c0866dec9.tar.gz
fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22813)
…t holes

fixes #22790
Diffstat (limited to 'compiler')
-rw-r--r--compiler/condsyms.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim
index 81081fd93..520545a81 100644
--- a/compiler/condsyms.nim
+++ b/compiler/condsyms.nim
@@ -160,3 +160,5 @@ proc initDefines*(symbols: StringTableRef) =
 
   defineSymbol("nimUseStrictDefs")
   defineSymbol("nimHasNolineTooLong")
+
+  defineSymbol("nimHasCastExtendedVm")