Skip to content

Commit 5b81578

Browse files
authored
Fix warning.
1 parent a645790 commit 5b81578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/tests/CvtTestUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class MockCallback : public Firebird::Callbacks
122122
return m_mockGetLocalDateFunc();
123123
}
124124

125-
ISC_TIMESTAMP getCurrentGmtTimeStamp() override { ISC_TIMESTAMP ts; return ts; }
125+
ISC_TIMESTAMP getCurrentGmtTimeStamp() override { return {0, 0}; }
126126
USHORT getSessionTimeZone() override { return 1439; } // 1439 is ONE_DAY, so we have no offset
127127
void isVersion4(bool& v4) override { }
128128

0 commit comments

Comments
 (0)