Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   riastradh
Date:           Wed Aug  3 09:37:37 UTC 2022

Modified Files:
        src/share/mk: bsd.kmodule.mk
        src/sys/conf: Makefile.kern.inc

Log Message:
sys: Build kernel with -Wno-type-limits.

The type-limits warning is actively harmful because it discourages
writing safe portable overflow detection logic which happens, on some
architectures, to be dead code.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/share/mk/bsd.kmodule.mk
cvs rdiff -u -r1.293 -r1.294 src/sys/conf/Makefile.kern.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index