mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix warning on VS2017
This commit is contained in:
parent
ccff90b1d5
commit
5d9ef00067
@ -502,9 +502,9 @@ qint64 RicHoloLensRestClient::getCurrentTimeStamp_ms()
|
||||
{
|
||||
return static_cast<qint64>(ts.tv_sec*1000 + ts.tv_nsec/1000000);
|
||||
}
|
||||
#endif
|
||||
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user