Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
composable_kernel-1
Commits
f5329887
Unverified
Commit
f5329887
authored
Apr 11, 2023
by
Jun Liu
Committed by
GitHub
Apr 11, 2023
Browse files
[gtest] suppress unsafe buffer warn (#670)
ref:
https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1912
parent
fd497f0e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cmake/googletest.cmake
cmake/googletest.cmake
+1
-0
No files found.
cmake/googletest.cmake
View file @
f5329887
...
@@ -21,6 +21,7 @@ list(APPEND GTEST_CMAKE_CXX_FLAGS
...
@@ -21,6 +21,7 @@ list(APPEND GTEST_CMAKE_CXX_FLAGS
-Wno-comma
-Wno-comma
-Wno-old-style-cast
-Wno-old-style-cast
-Wno-deprecated
-Wno-deprecated
-Wno-unsafe-buffer-usage
)
)
message
(
STATUS
"Suppressing googltest warnings with flags:
${
GTEST_CMAKE_CXX_FLAGS
}
"
)
message
(
STATUS
"Suppressing googltest warnings with flags:
${
GTEST_CMAKE_CXX_FLAGS
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment