Browse Source

Disable annoying warnings

Zed 5 years ago
parent
commit
4c83677685
1 changed files with 4 additions and 0 deletions
  1. 4 0
      config.nims

+ 4 - 0
config.nims

@@ -3,3 +3,7 @@
 
 
 # workaround httpbeast file upload bug
 # workaround httpbeast file upload bug
 --assertions:off
 --assertions:off
+
+# disable annoying warnings
+warning("GcUnsafe2", off)
+warning("ObservableStores", off)