mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 01:32:48 +01:00
linuxkm/linuxkm_wc_port.h: add -Wattributes to suppression list while including kernel headers.
This commit is contained in:
@@ -264,6 +264,7 @@
|
||||
_Pragma("GCC diagnostic ignored \"-Wswitch-enum\"");
|
||||
_Pragma("GCC diagnostic ignored \"-Wcast-function-type\""); /* needed for kernel 4.14.336 */
|
||||
_Pragma("GCC diagnostic ignored \"-Wformat-nonliteral\""); /* needed for kernel 4.9.282 */
|
||||
_Pragma("GCC diagnostic ignored \"-Wattributes\"");
|
||||
|
||||
#include <linux/kconfig.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user