git: 4d70748339d9 - 2024Q3 - databases/rocksdb: Clean up CXXFLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Sep 2024 19:24:29 UTC
The branch 2024Q3 has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d70748339d90cdbc1144e6630960e8f0fabed5f
commit 4d70748339d90cdbc1144e6630960e8f0fabed5f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-08 18:16:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-08 19:24:18 +0000
databases/rocksdb: Clean up CXXFLAGS
(cherry picked from commit 4950c4acb71757920490a38159e1b9fa971aebe9)
---
databases/rocksdb/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index e5fbf6d58669..5955482f1f32 100644
--- a/databases/rocksdb/Makefile
+++ b/databases/rocksdb/Makefile
@@ -59,7 +59,7 @@ ZSTD_MAKE_ENV_OFF= ROCKSDB_DISABLE_ZSTD=yes
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang
-CXXFLAGS+= -Wno-inconsistent-missing-override -Wno-unused-parameter -Wno-unused-variable -Wno-unused-private-field
+CXXFLAGS+= -Wno-unused-parameter -Wno-unused-variable
.if ${COMPILER_VERSION} >= 170
CXXFLAGS+= -Wno-sync-alignment
.endif