commit | 28b24885534bfbf03c1fa1bc561f29e08f436637 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Thu Dec 01 20:21:04 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Thu Dec 01 20:21:04 2011 +0000 |
tree | 556cfdc9a9d1d6cb484a88a2771ed9c92c13037a | |
parent | c834c5175956361795c85a8789a82edcf1adf9c3 [diff] [blame] |
Quash a whole bunch of warnings llvm-svn: 145624 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: c206366fd7774aff222578c2680b931a4c2c35ba
diff --git a/src/chrono.cpp b/src/chrono.cpp index 416b950..73c83ee 100644 --- a/src/chrono.cpp +++ b/src/chrono.cpp
@@ -61,7 +61,7 @@ steady_clock::rep steady_simplified() { - return mach_absolute_time(); + return static_cast<steady_clock::rep>(mach_absolute_time()); } static