diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h index c17d5186546950c25251c6cca04efc5b2a179fc0..75a3f3fdb3591720d266fd33d98c608fc673b6ca 100644 --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h @@ -303,7 +303,7 @@ static inline void tcf_exts_put_net(struct tcf_exts *exts) for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = (exts)->actions[i]); i++) #else #define tcf_exts_for_each_action(i, a, exts) \ - for (; 0; ) + for (; 0; (void)(i), (void)(a), (void)(exts)) #endif static inline void