Bläddra i källkod

Disable annoying warnings

Zed 5 år sedan
förälder
incheckning
4c83677685
1 ändrade filer med 4 tillägg och 0 borttagningar
  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)