mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
common_init_tbl is only used within this single CU, so it should be marked static. WARNS=6 also complained about the var defined by `ATF_TC_WITH_CLEANUP(getastats);` being unused, which turns out to be because it's not been hooked up in ATF_TP_ADD_TCS. kp@ did not immediately recall any reason for this, and the case passes on my local system, so hook it up. Note that I've not yet set WARNS= 6 here. Investigation is underway to see if we can feasibly default WARNS to 6 for src builds to catch directories too deep to inherit a WARNS from the top-level subdirectories' Makefile.inc. Those particular WARNS settings will be subsequently removed as they become redundant with a more-global default. MFC after: 1 week |
||
|---|---|---|
| .. | ||
| ioctl | ||
| anchor.sh | ||
| CVE-2019-5597.py | ||
| CVE-2019-5598.py | ||
| echo_inetd.conf | ||
| forward.sh | ||
| fragmentation.sh | ||
| icmp.sh | ||
| Makefile | ||
| Makefile.depend | ||
| names.sh | ||
| nat.sh | ||
| pass_block.sh | ||
| pfsync.sh | ||
| rdr.sh | ||
| route_to.sh | ||
| set_skip.sh | ||
| set_tos.sh | ||
| synproxy.sh | ||
| table.sh | ||
| utils.subr | ||