Skip to content
Snippets Groups Projects
Commit 710aa122 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Suppress strict-prototypes warnings in one more batch of NSS headers

parent 8cd091a8
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
#include "lib/tls/tortls_internal.h"
#include "lib/log/util_bug.h"
DISABLE_GCC_WARNING(strict-prototypes)
#include <prio.h>
// For access to raw sockets.
#include <private/pprio.h>
......@@ -40,6 +41,7 @@
#include <sslt.h>
#include <sslproto.h>
#include <certt.h>
ENABLE_GCC_WARNING(strict-prototypes)
static SECStatus always_accept_cert_cb(void *, PRFileDesc *, PRBool, PRBool);
......
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