This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 3ed1b1b8 Fix TBB compile failure due to `-Werror` and `#warning`
(#1887)
3ed1b1b8 is described below
commit 3ed1b1b8c16eb5bdba3c19dc546d4a8992400d2c
Author: Twice <[email protected]>
AuthorDate: Fri Nov 10 13:59:01 2023 +0900
Fix TBB compile failure due to `-Werror` and `#warning` (#1887)
---
cmake/tbb.cmake | 1 +
1 file changed, 1 insertion(+)
diff --git a/cmake/tbb.cmake b/cmake/tbb.cmake
index 286cfa05..89d5f5e8 100644
--- a/cmake/tbb.cmake
+++ b/cmake/tbb.cmake
@@ -25,6 +25,7 @@ FetchContent_DeclareGitHubWithMirror(tbb
)
FetchContent_MakeAvailableWithArgs(tbb
+ TBB_STRICT=OFF
TBB_TEST=OFF
TBB_EXAMPLES=OFF
TBBMALLOC_BUILD=OFF