From 683240247da1a9828d61f799a1ffe2342bc5cfef Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Mon, 3 Oct 2022 22:40:44 +0100 Subject: [PATCH] update warnings.txt grep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc1beba7c1b2..5af6922481cb 100644 --- a/Makefile +++ b/Makefile @@ -388,7 +388,7 @@ rpm: rpmbuild/SOURCES/freeradius-server-$(RADIUSD_VERSION_STRING).tar.bz2 # .PHONY: warnings warnings: - @(make clean all 2>&1) | egrep -v '^/|deprecated|^In file included|: In function| from |^HEADER|^CC|^LN' > warnings.txt + @(make clean all 2>&1) | egrep -v '^/|deprecated|^In file included|: In function| from |^HEADER|^CC|^LN|^LINK' > warnings.txt @wc -l warnings.txt #