aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/filesystem/filesystem_clock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/src/filesystem/filesystem_clock.cpp')
-rw-r--r--libcxx/src/filesystem/filesystem_clock.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/src/filesystem/filesystem_clock.cpp b/libcxx/src/filesystem/filesystem_clock.cpp
index 473a54a..e4cfb9e 100644
--- a/libcxx/src/filesystem/filesystem_clock.cpp
+++ b/libcxx/src/filesystem/filesystem_clock.cpp
@@ -36,7 +36,10 @@
_LIBCPP_BEGIN_NAMESPACE_FILESYSTEM
+_LIBCPP_DIAGNOSTIC_PUSH
+_LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wdeprecated")
const bool _FilesystemClock::is_steady;
+_LIBCPP_DIAGNOSTIC_POP
_FilesystemClock::time_point _FilesystemClock::now() noexcept {
typedef chrono::duration<rep> __secs;