diff options
Diffstat (limited to '')
-rw-r--r-- | common/t-convert.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/t-convert.c b/common/t-convert.c index caf743f1f..4b04f3a32 100644 --- a/common/t-convert.c +++ b/common/t-convert.c @@ -447,6 +447,8 @@ test_hex2str (void) int main (int argc, char **argv) { + (void)argc; + (void)argv; test_hex2bin (); test_hexcolon2bin (); |