diff --git a/scripts/profiles/0.9.1/install/rocksdb.install b/scripts/profiles/0.9.1/install/rocksdb.install index 9350e9feb8a34491d61f447be06efd33de315bfb..6ece050bd753ff3474c69ac1e013cd541e4d8ff7 100644 --- a/scripts/profiles/0.9.1/install/rocksdb.install +++ b/scripts/profiles/0.9.1/install/rocksdb.install @@ -48,7 +48,7 @@ pkg_install() { # gcc 9 and clang 8 need -Wno-error=deprecated-copy -Wno-error=pessimizing-move if [[ ("${COMPILER_NAME}" == "g++" && "${COMPILER_MAJOR_VERSION}" -ge 9) || ("${COMPILER_NAME}" == "clang" && "${COMPILER_MAJOR_VERSION}" -ge 8) ]]; then - CXXFLAGS='-Wno-error=deprecated-copy -Wno-error=pessimizing-move' + CXXFLAGS='-Wno-error=deprecated-copy -Wno-error=pessimizing-move -Wno-error=maybe-uninitialized' fi # TODO use SSE?