test UnusedImport warningAsError

This commit is contained in:
Igor Sirotin 2024-03-14 15:37:00 +00:00
parent 5fe615b841
commit 08ec84b717
2 changed files with 2 additions and 1 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