8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 15:23:03 +01:00

Fix warning.

This commit is contained in:
Adriano dos Santos Fernandes 2024-11-08 07:20:46 -03:00 committed by GitHub
parent a645790176
commit 5b815785a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,7 +122,7 @@ public:
return m_mockGetLocalDateFunc();
}
ISC_TIMESTAMP getCurrentGmtTimeStamp() override { ISC_TIMESTAMP ts; return ts; }
ISC_TIMESTAMP getCurrentGmtTimeStamp() override { return {0, 0}; }
USHORT getSessionTimeZone() override { return 1439; } // 1439 is ONE_DAY, so we have no offset
void isVersion4(bool& v4) override { }