touch unused variable
This commit is contained in:
parent
93fe40c5a7
commit
4e9a5c8cc7
@ -149,6 +149,7 @@ key_cb (void *cls,
|
|||||||
(void) cls;
|
(void) cls;
|
||||||
(void) sm_pub;
|
(void) sm_pub;
|
||||||
(void) sm_sig;
|
(void) sm_sig;
|
||||||
|
(void) age_restricted;
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
|
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
|
||||||
"Key notification about key %s in `%s'\n",
|
"Key notification about key %s in `%s'\n",
|
||||||
GNUNET_h2s (&h_rsa->hash),
|
GNUNET_h2s (&h_rsa->hash),
|
||||||
|
Loading…
Reference in New Issue
Block a user