From 206b8ad2fdd2d1f895d60c4c99c50c4467b0dca3 Mon Sep 17 00:00:00 2001
From: huitema <huitema@huitema.net>
Date: Sat, 2 Jun 2018 22:05:39 -0700
Subject: [PATCH] Suppress two unused variable warnings

---
 picoquictest/parseheadertest.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/picoquictest/parseheadertest.c b/picoquictest/parseheadertest.c
index eb8495aa..d5fc5104 100644
--- a/picoquictest/parseheadertest.c
+++ b/picoquictest/parseheadertest.c
@@ -400,7 +400,6 @@ int test_packet_encrypt_one(
     uint8_t send_buffer[PICOQUIC_MAX_PACKET_SIZE];
     picoquic_path_t * path_x = cnx_client->path[0];
     uint64_t current_time = 0;
-    uint32_t consumed = 0;
     picoquic_packet_header expected_header;
     picoquic_packet * packet = (picoquic_packet *) malloc(sizeof(picoquic_packet));
 
@@ -470,7 +469,6 @@ static const uint8_t test_1rtt_secret[] = {
 };
 
 static uint8_t const addr1[4] = { 10, 0, 0, 1 };
-static uint8_t const addr2[4] = { 10, 0, 0, 2 };
 
 int packet_enc_dec_test()
 {
-- 
GitLab