From 94e5b8708819e9a3503bee686b1617912518fccb Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 11 Nov 2024 17:07:51 -0600 Subject: [PATCH] supress not used warnings --- src/hwylterm/hwylcli.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hwylterm/hwylcli.nim b/src/hwylterm/hwylcli.nim index 95f66c2..4fb2caa 100644 --- a/src/hwylterm/hwylcli.nim +++ b/src/hwylterm/hwylcli.nim @@ -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: