git: c3a3d1fd6c70 - main - libirdma: Drop clang-specific -ferror-limit.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 23:11:17 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=c3a3d1fd6c7007e7088936e14fd9b4944b3a3054
commit c3a3d1fd6c7007e7088936e14fd9b4944b3a3054
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-10-03 23:10:42 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-10-03 23:10:42 +0000
libirdma: Drop clang-specific -ferror-limit.
This could use -fmax-errors on GCC, but tweaking the error limit is
unusual in the tree anyway. Just remove it.
Reviewed by: erj, imp, emaste
Differential Revision: https://reviews.freebsd.org/D36808
---
lib/ofed/libirdma/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/ofed/libirdma/Makefile b/lib/ofed/libirdma/Makefile
index 1280b8a6d7bc..368bd536c587 100644
--- a/lib/ofed/libirdma/Makefile
+++ b/lib/ofed/libirdma/Makefile
@@ -18,6 +18,5 @@ irdma_uk.c \
LIBADD= ibverbs pthread
CFLAGS+= -I${_spath} -I${SRCTOP}/contrib/ofed/libibverbs
VERSION_MAP= ${_spath}/libirdma.map
-CFLAGS+= -ferror-limit=1000
.include <bsd.lib.mk>