Quellcode durchsuchen

Disable annoying warnings

Zed vor 5 Jahren
Ursprung
Commit
4c83677685
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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)