Ver Fonte

Disable annoying warnings

Zed há 5 anos atrás
pai
commit
4c83677685
1 ficheiros alterados com 4 adições e 0 exclusões
  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)