We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4dde62 + 6a5f9d1 commit 64f697fCopy full SHA for 64f697f
unified-runtime/source/adapters/native_cpu/CMakeLists.txt
@@ -100,7 +100,7 @@ if(NATIVECPU_WITH_ONETBB)
100
if (NOT MSVC)
101
# oneTBB currently casts away some const qualifiers
102
# todo: check if compiler actually supports these options
103
- target_compile_options(tbb PRIVATE -Wno-cast-qual)
+ target_compile_options(tbb PRIVATE -Wno-cast-qual -Wno-stringop-overflow)
104
target_compile_options(tbbmalloc PRIVATE -Wno-cast-qual)
105
endif()
106
0 commit comments