upgrade Nim-build-system (#13979)
* chore: upgrade nimbus-build-system * test UnusedImport warningAsError
This commit is contained in:
parent
f3d2d0a809
commit
de4c20ea4f
1
Makefile
1
Makefile
|
@ -548,6 +548,7 @@ $(NIM_STATUS_CLIENT): $(NIM_SOURCES) | statusq dotherside check-qt-dir $(STATUSG
|
||||||
--passL:"-lm" \
|
--passL:"-lm" \
|
||||||
--warning:UnreachableElse:off \
|
--warning:UnreachableElse:off \
|
||||||
--warningAsError:UseBase:on \
|
--warningAsError:UseBase:on \
|
||||||
|
--warningAsError:UnusedImport:on \
|
||||||
$(NIM_EXTRA_PARAMS) src/nim_status_client.nim
|
$(NIM_EXTRA_PARAMS) src/nim_status_client.nim
|
||||||
ifeq ($(detected_OS),Darwin)
|
ifeq ($(detected_OS),Darwin)
|
||||||
install_name_tool -change \
|
install_name_tool -change \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import chronicles, tables, strutils, sequtils, stint
|
import chronicles, tables, strutils, sequtils, stint
|
||||||
import uuids
|
import uuids, sets, sugar
|
||||||
import io_interface
|
import io_interface
|
||||||
|
|
||||||
import app/global/app_sections_config as conf
|
import app/global/app_sections_config as conf
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2e695054798f27db147bb1b89962290d8cbb16c2
|
Subproject commit cf0c9cfa408189c6d428799bf2e9da8d0c0f7f08
|
Loading…
Reference in New Issue