瀏覽代碼

Disable annoying warnings

Zed 5 年之前
父節點
當前提交
4c83677685
共有 1 個文件被更改,包括 4 次插入0 次删除
  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)