mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fix several minor warnings
This commit is contained in:
@@ -24,7 +24,7 @@ protected:
|
||||
}
|
||||
}
|
||||
|
||||
void SetUp()
|
||||
void SetUp() override
|
||||
{
|
||||
if (m_parent_directory.empty())
|
||||
{
|
||||
|
||||
@@ -44,7 +44,7 @@ TEST(TMDReader, Validity)
|
||||
class TMDReaderTest : public ::testing::Test
|
||||
{
|
||||
protected:
|
||||
virtual void SetUp() = 0;
|
||||
void SetUp() override = 0;
|
||||
|
||||
// Common tests.
|
||||
void TestGeneralInfo();
|
||||
|
||||
@@ -41,7 +41,7 @@ protected:
|
||||
m_fs.reset();
|
||||
File::DeleteDirRecursively(m_profile_path);
|
||||
}
|
||||
void SetUp()
|
||||
void SetUp() override
|
||||
{
|
||||
if (UserDirectoryCreationFailed())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user