Reported by: GCC -Warray-parameter
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 48549 Build 45435: arc lint + arc unit
Event Timeline
sys/netpfil/ipfilter/netinet/radix_ipf.c | ||
---|---|---|
321 | Is '2' the right way to spell [2] here? :) |
sys/netpfil/ipfilter/netinet/radix_ipf.c | ||
---|---|---|
33 | It matches the spelling here, so yes. :) |
sys/netpfil/ipfilter/netinet/radix_ipf.c | ||
---|---|---|
363 | This function is also full of explicit nodes[0] and nodes[1] references with magic numbers. |
sys/netpfil/ipfilter/netinet/radix_ipf.c | ||
---|---|---|
363 | Sounds good to go then. Thanks for the reason. |
sys/netpfil/ipfilter/netinet/radix_ipf.c | ||
---|---|---|
363 | It is. Input and output. BTW I am in the process of rewriting this source file to support IPv6. |