freebsd-dev/sys/netpfil
John Baldwin d557e89abb pf: Workaround set but unused warning.
The RB_NEXT macro does not use its middle argument since commit
5fce408cc4 in 2004 (which ironically
fixed an "unused parameter" warning by introducing this warning in all
consumers).  RB_PREV has also copied this unfortunate behavior of an
unused argument.

This results in 'parent' not being used.  To workaround, inline the
value of 'parent' as the second argument to RB_NEXT.

Reviewed by:	kp
Differential Revision:	https://reviews.freebsd.org/D34833
2022-04-08 17:25:13 -07:00
..
ipfilter/netinet ipfilter(4): Fix a typo in a source code comment 2022-03-28 19:29:06 +02:00
ipfw netpfil: Fix two typo in source code comments 2022-04-02 14:18:11 +02:00
pf pf: Workaround set but unused warning. 2022-04-08 17:25:13 -07:00