Explorar el Código

Disable annoying warnings

Zed hace 5 años
padre
commit
4c83677685
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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)