[gtest] suppress unsafe buffer warn (#670)

ref: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1912

[ROCm/composable_kernel commit: f532988713]
This commit is contained in:
Jun Liu
2023-04-11 13:41:49 -07:00
committed by GitHub
parent e5a82c403a
commit b4df986264

View File

@@ -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}")