Skip to content
Snippets Groups Projects
Verified Commit 35e001c8 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by Tomas Krizek
Browse files

dog debug: ignore -Wpedantic to unblock CI

It would be cumbersome to explicitly cast all those void*
to correct function types.
parent 5d0af9d2
No related branches found
No related tags found
1 merge request!886DoH debugging: auxiliary library for OpenSSL key logging
......@@ -70,6 +70,8 @@ static int keylog_file_fd = -1;
#define PREFIX "CLIENT_RANDOM "
#define PREFIX_LEN (sizeof(PREFIX) - 1)
#pragma GCC diagnostic ignored "-Wpedantic"
static inline void put_hex(char *buffer, int pos, char c)
{
unsigned char c1 = ((unsigned char) c) >> 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment