diff options
Diffstat (limited to 'Src/hist.c')
-rw-r--r-- | Src/hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/hist.c b/Src/hist.c index 139767dce..0a2226341 100644 --- a/Src/hist.c +++ b/Src/hist.c @@ -708,7 +708,7 @@ strinend(void) * they aren't needed */ static void -nohw(int c) +nohw(UNUSED(int c)) { } |