"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "3003e787a5f694e183cf3284a1ee85fe6a5db5b0"
Fix unused function warning on Mac OS.
As of recently, Google Test fails to compile with the warning below when used in projects with strict warning settings. googletest/src/gtest-death-test.cc:1004:13: error: unused function 'StackGrowsDown' [-Werror,-Wunused-function]
Showing
Please register or sign in to comment