"mmdet3d/vscode:/vscode.git/clone" did not exist on "f268ba422f517126a3a006c9e51e9d31eb782930"
Unverified Commit f5329887 authored by Jun Liu's avatar Jun Liu Committed by GitHub
Browse files

[gtest] suppress unsafe buffer warn (#670)

ref: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1912
parent fd497f0e
......@@ -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}")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment