Module Name: src Committed By: mrg Date: Tue Sep 5 04:22:44 UTC 2023
Modified Files: src/tests/sys/crypto/chacha: Makefile Log Message: apply -Wno-maybe-uninitialized to chacha_sse2.c. there's a clearly initialised memory region that is claimed as being maybe uninitialised, and this test-build version of it triggers it while the normal build doesn't. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/sys/crypto/chacha/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.