disable the new CaseTransition warning for the Nim compiler itself

This commit is contained in:
Araq
2019-06-03 12:00:28 +02:00
parent 7d217a71d3
commit 7c5e7a4f6a

View File

@@ -16,3 +16,7 @@ define:nimOldCaseObjects
#define:useNodeIds
#gc:markAndSweep
@if nimHasWarningCaseTransition:
warning[CaseTransition]:off
@end