The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=85261520486045a4bf20a9e8d4e9fcc8c0c9fabe
commit 85261520486045a4bf20a9e8d4e9fcc8c0c9fabe Author: Dag-Erling Smørgrav <d...@freebsd.org> AuthorDate: 2025-07-30 14:18:57 +0000 Commit: Dag-Erling Smørgrav <d...@freebsd.org> CommitDate: 2025-07-30 14:19:34 +0000 ping: Remove unnecessary compiler flag This reverts commit 55e0aefae688075718e212594e823fe5fbfba4bf. --- sbin/ping/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index b4e3f115b245..30c68cbaba52 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -32,8 +32,6 @@ CFLAGS+=-DWITH_CASPER CFLAGS+=-DIPSEC LIBADD+= ipsec -CFLAGS+= -Wno-error=unused-but-set-variable - HAS_TESTS= SUBDIR.${MK_TESTS}+= tests