summaryrefslogtreecommitdiff
path: root/hex.c
diff options
context:
space:
mode:
Diffstat (limited to 'hex.c')
-rw-r--r--hex.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hex.c b/hex.c
index 635bd53a..513cf558 100644
--- a/hex.c
+++ b/hex.c
@@ -50,6 +50,9 @@ const char /*@ observer @*/ *gpsd_hexdump(char *scbuf, size_t scbuflen,
scbuf[j] = '\0';
#else /* SQUELCH defined */
scbuf[0] = '\0';
+ (void)scbuflen;
+ (void)binbuf;
+ (void)binbuflen;
#endif /* SQUELCH_ENABLE */
return scbuf;
}