We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ebc34 commit 690cce6Copy full SHA for 690cce6
1 file changed
linuxkm/linuxkm_wc_port.h
@@ -264,6 +264,7 @@
264
_Pragma("GCC diagnostic ignored \"-Wswitch-enum\"");
265
_Pragma("GCC diagnostic ignored \"-Wcast-function-type\""); /* needed for kernel 4.14.336 */
266
_Pragma("GCC diagnostic ignored \"-Wformat-nonliteral\""); /* needed for kernel 4.9.282 */
267
+ _Pragma("GCC diagnostic ignored \"-Wattributes\"");
268
269
#include <linux/kconfig.h>
270
0 commit comments