diff options
-rw-r--r-- | databases/rocksdb/Makefile | 4 |
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: |