Skip to content
Snippets Groups Projects
Commit 206b8ad2 authored by huitema's avatar huitema
Browse files

Suppress two unused variable warnings

parent 931a932f
Branches
No related merge requests found
......@@ -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()
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment