[Git][NTPsec/ntpsec][master] Fix an unused arg warning.
Hal Murray
gitlab at mg.gitlab.com
Wed Nov 25 05:18:35 UTC 2015
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
622b7e49 by Hal Murray at 2015-11-24T21:17:52Z
Fix an unused arg warning.
- - - - -
1 changed file:
- ntpq/ntpq.c
Changes:
=====================================
ntpq/ntpq.c
=====================================
--- a/ntpq/ntpq.c
+++ b/ntpq/ntpq.c
@@ -3367,6 +3367,9 @@ static void list_md_fn(const EVP_MD *m, const char *from, const char *to, void *
u_int digest_len;
uint8_t digest[EVP_MAX_MD_SIZE];
+ UNUSED_ARG(from);
+ UNUSED_ARG(to);
+
if (!m)
return; /* Ignore aliases */
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/622b7e49778abbbf22a8985e8d42d9c512d6b78e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20151125/08429ea6/attachment.html>
More information about the vc
mailing list