From ab21f83c4af4f2b628ce36ad03f5c78fbb11a06a Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Mon, 14 Sep 2020 11:43:15 +0200 Subject: Removed warnings. clang, vs. --- examples/queue.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/queue.c') diff --git a/examples/queue.c b/examples/queue.c index 25aefd09..5bac7535 100644 --- a/examples/queue.c +++ b/examples/queue.c @@ -26,7 +26,6 @@ int main() { else --n, cqueue_i_pop(&queue); } - printf("%d\n", n); - printf("%zu\n", n, cqueue_i_size(queue)); + printf("%d, %zu\n", n, cqueue_i_size(queue)); cqueue_i_destroy(&queue); } -- cgit v1.2.3