CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/12/29 23:44:36
Modified files:
sys/arch/amd64/stand: Makefile.inc
sys/arch/arm64/stand/efiboot: Makefile
sys/arch/armv7/stand/efiboot: Makefile
sys/arch/i386/stand: Makefile.inc
sys/arch/riscv64/stand/efiboot: Makefile
sys/arch/amd64/conf: Makefile.amd64
sys/arch/arm64/conf: Makefile.arm64
sys/arch/armv7/conf: Makefile.armv7
sys/arch/i386/conf: Makefile.i386
sys/arch/loongson/conf: Makefile.loongson
sys/arch/macppc/conf: Makefile.macppc
sys/arch/octeon/conf: Makefile.octeon
sys/arch/powerpc64/conf: Makefile.powerpc64
sys/arch/riscv64/conf: Makefile.riscv64
sys/arch/sparc64/conf: Makefile.sparc64
Log message:
Neuter zlib fatal warnings when building kernels and bootloaders with clang 15
Disable -Wdeprecated-non-prototype instead of patching zlib. Upstream
plans to drop the pre-ANSI syntax soon. ok tb@ millert@