Disable ObservableStores warning

Rationale: In Nim 1.2.x this warning was triggered
too easily, this was fixed in Nim 1.4.x. Because
1.2.x is still used, we disable this warning to ensure
that the long list of ObservableStores warnings does not
obfuscates other warnings.
This commit is contained in:
Mark Spanbroek 2021-11-15 12:43:11 +01:00 committed by markspanbroek
parent ef5fa96c7d
commit 13f88096ef
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
-d:"chronicles_log_level=INFO"
--warning:LockLevel:off
--warning:ObservableStores:off