summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--compiler/nim.cfg4
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