Forráskód Böngészése

Disable annoying warnings

Zed 5 éve
szülő
commit
4c83677685
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      config.nims

+ 4 - 0
config.nims

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