Disable annoying warnings
This commit is contained in:
parent
bd97cea709
commit
4c83677685
|
@ -3,3 +3,7 @@
|
||||||
|
|
||||||
# workaround httpbeast file upload bug
|
# workaround httpbeast file upload bug
|
||||||
--assertions:off
|
--assertions:off
|
||||||
|
|
||||||
|
# disable annoying warnings
|
||||||
|
warning("GcUnsafe2", off)
|
||||||
|
warning("ObservableStores", off)
|
||||||
|
|
Loading…
Reference in New Issue