ソースを参照

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)