mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
[gtest] suppress unsafe buffer warn (#670)
ref: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1912
[ROCm/composable_kernel commit: f532988713]
This commit is contained in:
@@ -21,6 +21,7 @@ list(APPEND GTEST_CMAKE_CXX_FLAGS
|
||||
-Wno-comma
|
||||
-Wno-old-style-cast
|
||||
-Wno-deprecated
|
||||
-Wno-unsafe-buffer-usage
|
||||
)
|
||||
message(STATUS "Suppressing googltest warnings with flags: ${GTEST_CMAKE_CXX_FLAGS}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user