diff options
Diffstat (limited to 'modules/http/debug_opensslkeylog.c')
-rw-r--r-- | modules/http/debug_opensslkeylog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/http/debug_opensslkeylog.c b/modules/http/debug_opensslkeylog.c index 6709eb73..20699bf9 100644 --- a/modules/http/debug_opensslkeylog.c +++ b/modules/http/debug_opensslkeylog.c @@ -69,6 +69,7 @@ static int keylog_file_fd = -1; #pragma GCC diagnostic ignored "-Wpedantic" #pragma GCC diagnostic ignored "-Wunused-result" +#pragma GCC diagnostic ignored "-Wstrict-prototypes" static inline void put_hex(char *buffer, int pos, char c) { |