Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2025 14:22:21 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 852615204860 - main - ping: Remove unnecessary compiler flag
Message-ID:  <202507301422.56UEMLeE031512@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=85261520486045a4bf20a9e8d4e9fcc8c0c9fabe

commit 85261520486045a4bf20a9e8d4e9fcc8c0c9fabe
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2025-07-30 14:18:57 +0000
Commit:     Dag-Erling Smørgrav <des@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507301422.56UEMLeE031512>