Disable annoying warnings

This commit is contained in:
Zed 2020-11-07 21:54:23 +01:00
parent bd97cea709
commit 4c83677685
1 changed files with 4 additions and 0 deletions

View File

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