supress not used warnings

This commit is contained in:
Daylin Morgan 2024-11-11 17:07:51 -06:00
parent 65a952e9f0
commit 94e5b87088
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -693,7 +693,7 @@ func hwylCliImpl(cfg: CliCfg): NimNode =
# should this a CritBitTree?
parserBody.add quote do:
var `flagSet`: HashSet[string]
var `flagSet` {.used.}: HashSet[string]
parserBody.add(
quote do: