Fix several minor warnings

This commit is contained in:
Sintendo
2025-01-05 12:22:12 +01:00
parent 6b686be5f1
commit 532e25be12
5 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ protected:
}
}
void SetUp()
void SetUp() override
{
if (m_parent_directory.empty())
{

View File

@ -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();

View File

@ -41,7 +41,7 @@ protected:
m_fs.reset();
File::DeleteDirRecursively(m_profile_path);
}
void SetUp()
void SetUp() override
{
if (UserDirectoryCreationFailed())
{