mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 09:16:40 +00:00
Fix lib\support\Windows/TimeValue.inc(48): warning C4189:
'Error' : local variable is initialized but not referenced. llvm-svn: 234982
This commit is contained in:
parent
266ce3788c
commit
066194e0a6
@ -47,6 +47,7 @@ std::string TimeValue::str() const {
|
||||
__time64_t OurTime = this->toEpochTime();
|
||||
int Error = ::_localtime64_s(&Storage, &OurTime);
|
||||
assert(!Error);
|
||||
(void)Error;
|
||||
LT = &Storage;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user