mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 11:13:11 -04:00
2.2 are more obvious. -Winline is unimportant, but -W gives thousands of warnings for comparisions. Turning off -W also loses warnings for: - auto variables clobbered by longjmp. Not much of a problem in the kernel. - functions returning without a value. I don't like losing this. - an expression statement or the left side of a comma operand contains no side effects. Turning this off also stops warnings for the low quality debugging macros in gsc.c and lpt.c. Should be in 2.2. |
||
|---|---|---|
| .. | ||
| defines | ||
| files | ||
| files.i386 | ||
| files.newconf | ||
| files.pc98 | ||
| kern.mk | ||
| kmod.mk | ||
| majors | ||
| Makefile.i386 | ||
| Makefile.pc98 | ||
| Makefile.powerpc | ||
| newvers.sh | ||
| nfsswapkernel.c | ||
| NOTES | ||
| options | ||
| options.i386 | ||
| options.pc98 | ||
| param.c | ||
| systags.sh | ||