Skip to content

Commit

Permalink
GCC 13 Integration (#54)
Browse files Browse the repository at this point in the history
Summary: Compilation fix for g++13
Type: Fix
Test Plan: UT/CT
Jira: NO-JIRA
  • Loading branch information
skywojciechowskim authored Jun 12, 2024
1 parent f86e298 commit c92c158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ut/LoggerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class LoggerTests : public testing::Test
void verifyLogFile(const Severity &severity)
{
auto presentSeverities{readLogFile()};
presentSeverities.size();
for (const Severity &s : presentSeverities)
{
EXPECT_TRUE(s <= severity);
Expand Down

0 comments on commit c92c158

Please sign in to comment.