mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Fix warning.
This commit is contained in:
parent
a645790176
commit
5b815785a7
@ -122,7 +122,7 @@ public:
|
|||||||
return m_mockGetLocalDateFunc();
|
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
|
USHORT getSessionTimeZone() override { return 1439; } // 1439 is ONE_DAY, so we have no offset
|
||||||
void isVersion4(bool& v4) override { }
|
void isVersion4(bool& v4) override { }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user