diff options
-rw-r--r-- | compiler/nim.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg index 5a30efd6f..841b72a94 100644 --- a/compiler/nim.cfg +++ b/compiler/nim.cfg @@ -16,3 +16,7 @@ define:nimOldCaseObjects #define:useNodeIds #gc:markAndSweep + +@if nimHasWarningCaseTransition: +warning[CaseTransition]:off +@end |