Skip to content

Commit

Permalink
linuxkm/linuxkm_wc_port.h: add a suppression needed for targeting LTS…
Browse files Browse the repository at this point in the history
… kernel version 4.14.336.
  • Loading branch information
douzzer committed Jun 18, 2024
1 parent eef20ce commit f6f83a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linuxkm/linuxkm_wc_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
_Pragma("GCC diagnostic ignored \"-Wdiscarded-qualifiers\"");
_Pragma("GCC diagnostic ignored \"-Wtype-limits\"");
_Pragma("GCC diagnostic ignored \"-Wswitch-enum\"");
_Pragma("GCC diagnostic ignored \"-Wcast-function-type\""); /* needed for kernel 4.14.336 */

#include <linux/kconfig.h>
#include <linux/kernel.h>
Expand Down

0 comments on commit f6f83a2

Please sign in to comment.