Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 000e8a53 authored by Helge Deller's avatar Helge Deller Committed by David S. Miller
Browse files

[NETFILTER]: nf_log: add netfilter gcc printf format checking

parent b4164998
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,6 +54,6 @@ void nf_log_packet(int pf,
		   const struct net_device *in,
		   const struct net_device *out,
		   const struct nf_loginfo *li,
		   const char *fmt, ...);
		   const char *fmt, ...) __attribute__ ((format(printf,7,8)));

#endif /* _NF_LOG_H */