diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-27 17:28:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-27 17:32:39 +0100 |
commit | 17cfbced1dff07ee058997e88e027e7fd4627445 (patch) | |
tree | f94a9255869eb1d1f1cf57f37eebbc143994af19 /src/pq | |
parent | 1647237c2e54ad14dc2549def5b394f766cd92cd (diff) |
fix inconsistency in field naming
Diffstat (limited to 'src/pq')
-rw-r--r-- | src/pq/test_pq.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c index 7eb62efec..52e92b561 100644 --- a/src/pq/test_pq.c +++ b/src/pq/test_pq.c @@ -175,10 +175,11 @@ main (int argc, ")"), GNUNET_PQ_EXECUTE_STATEMENT_END }; - struct GNUNET_PQ_Context *conn; int ret; + (void) argc; + (void) argv; GNUNET_log_setup ("test-pq", "WARNING", NULL); |