Fix test/gtest bugs caught by latest macOS clang
This commit is contained in:
@@ -24,7 +24,7 @@ static bool ThreadSafeMessageBox(MockUIInterface *mock,
|
||||
const std::string& caption,
|
||||
unsigned int style)
|
||||
{
|
||||
mock->ThreadSafeMessageBox(message, caption, style);
|
||||
return mock->ThreadSafeMessageBox(message, caption, style);
|
||||
}
|
||||
|
||||
class DeprecationTest : public ::testing::Test {
|
||||
|
||||
Reference in New Issue
Block a user