diff options
Diffstat (limited to 'contrib/llvm/lib/Support/Windows/TimeValue.inc')
-rw-r--r-- | contrib/llvm/lib/Support/Windows/TimeValue.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Support/Windows/TimeValue.inc b/contrib/llvm/lib/Support/Windows/TimeValue.inc index 0223ab4..b90b4f1 100644 --- a/contrib/llvm/lib/Support/Windows/TimeValue.inc +++ b/contrib/llvm/lib/Support/Windows/TimeValue.inc @@ -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 |