summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-14 03:12:07 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-14 03:12:07 +0800
commitfa0a8122f68b0a899ab22f5aa5f1ffa5b6f026a0 (patch)
treed56bf6d09e4cae4b1429202924e4779506fb800e
parentdatabases/pgFormatter: Update to 5.1 (diff)
databases/rocksdb: Remove workaround which is fixed in 6.22.1
-rw-r--r--databases/rocksdb/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index aed108f78596..1c0800edccd7 100644
--- a/databases/rocksdb/Makefile
+++ b/databases/rocksdb/Makefile
@@ -70,10 +70,6 @@ PLIST_SUB+= LITE=""
.if ${CHOSEN_COMPILER_TYPE} == clang
CXXFLAGS+= -Wno-inconsistent-missing-override -Wno-unused-parameter -Wno-unused-variable
-# Clang 8 detects shadow enums and stops the build. This workaround adds -Wno-error=shadow to bypass it.
-.if ${COMPILER_VERSION} >= 80
-CXXFLAGS+= -Wno-error=shadow
-.endif
.endif
post-patch: