From a96e48ee2ea336a151797ba620fca8283af8da55 Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Tue, 10 Dec 2019 11:50:58 +0100 Subject: [PATCH] disable CaseTransition warnings --- nim.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nim.cfg b/nim.cfg index c00aac592..e2a06a516 100644 --- a/nim.cfg +++ b/nim.cfg @@ -35,4 +35,4 @@ @end -d:nimOldCaseObjects # https://github.com/status-im/nim-confutils/issues/9 - +--warning[CaseTransition]:off