Module Name: src Committed By: martin Date: Fri Nov 1 14:36:21 UTC 2024
Modified Files: src/tests/lib/libarchive [netbsd-10]: Makefile Log Message: Apply patch, requested by rin in ticket #991: tests/lib/libarchive/Makefile (apply patch) Disable some compiler warnings with the variable names used on this branch. To generate a diff of this commit: cvs rdiff -u -r1.5.6.2 -r1.5.6.3 src/tests/lib/libarchive/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/lib/libarchive/Makefile diff -u src/tests/lib/libarchive/Makefile:1.5.6.2 src/tests/lib/libarchive/Makefile:1.5.6.3 --- src/tests/lib/libarchive/Makefile:1.5.6.2 Fri Nov 1 10:23:18 2024 +++ src/tests/lib/libarchive/Makefile Fri Nov 1 14:36:21 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5.6.2 2024/11/01 10:23:18 martin Exp $ +# $NetBSD: Makefile,v 1.5.6.3 2024/11/01 14:36:21 martin Exp $ NOMAN= @@ -631,4 +631,6 @@ list.h: ${SRCS.h_libarchive} Makefile ${TOOL_GREP} -v test_compat_pax_libarchive_2x > ${.TARGET} COPTS.test_archive_string_conversion.c+= ${GCC_NO_STRINGOP_TRUNCATION} +COPTS.test_main.c+= ${GCC_NO_STRINGOP_OVERFLOW} +COPTS.test_write_disk_secure.c+= ${GCC_NO_STRINGOP_OVERFLOW}