mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-12 09:04:48 +02:00
linuxkm/module_hooks.c: suppress -Wunused-parameter when including crypto/hash.h (for RHEL 9.6).
This commit is contained in:
@@ -837,6 +837,7 @@ static int set_up_wolfssl_linuxkm_pie_redirect_table(void) {
|
||||
PRAGMA_GCC_DIAG_PUSH
|
||||
PRAGMA_GCC("GCC diagnostic ignored \"-Wnested-externs\"")
|
||||
PRAGMA_GCC("GCC diagnostic ignored \"-Wpointer-arith\"")
|
||||
PRAGMA_GCC("GCC diagnostic ignored \"-Wunused-parameter\"")
|
||||
#include <crypto/hash.h>
|
||||
PRAGMA_GCC_DIAG_POP
|
||||
|
||||
|
Reference in New Issue
Block a user