upgrade Nim-build-system (#13979)

* chore: upgrade nimbus-build-system

* test UnusedImport warningAsError
This commit is contained in:
Igor Sirotin 2024-03-19 17:58:02 +00:00 committed by GitHub
parent f3d2d0a809
commit de4c20ea4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -548,6 +548,7 @@ $(NIM_STATUS_CLIENT): $(NIM_SOURCES) | statusq dotherside check-qt-dir $(STATUSG
--passL:"-lm" \
--warning:UnreachableElse:off \
--warningAsError:UseBase:on \
--warningAsError:UnusedImport:on \
$(NIM_EXTRA_PARAMS) src/nim_status_client.nim
ifeq ($(detected_OS),Darwin)
install_name_tool -change \

View File

@ -1,5 +1,5 @@
import chronicles, tables, strutils, sequtils, stint
import uuids
import uuids, sets, sugar
import io_interface
import app/global/app_sections_config as conf

@ -1 +1 @@
Subproject commit 2e695054798f27db147bb1b89962290d8cbb16c2
Subproject commit cf0c9cfa408189c6d428799bf2e9da8d0c0f7f08