Disable annoying warnings

このコミットが含まれているのは:
Zed 2020-11-07 21:54:23 +01:00
コミット 4c83677685
1個のファイルの変更4行の追加0行の削除

ファイルの表示

@ -3,3 +3,7 @@
# workaround httpbeast file upload bug
--assertions:off
# disable annoying warnings
warning("GcUnsafe2", off)
warning("ObservableStores", off)