mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
supress not used warnings
This commit is contained in:
parent
65a952e9f0
commit
94e5b87088
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue