mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
13 lines
445 B
Diff
13 lines
445 B
Diff
diff --git a/include/nana/filesystem/filesystem.hpp b/include/nana/filesystem/filesystem.hpp
|
|
index 86b907a..ea8db75 100644
|
|
--- a/include/nana/filesystem/filesystem.hpp
|
|
+++ b/include/nana/filesystem/filesystem.hpp
|
|
@@ -30,6 +30,7 @@
|
|
#ifndef NANA_FILESYSTEM_HPP
|
|
#define NANA_FILESYSTEM_HPP
|
|
#include <nana/push_ignore_diagnostic>
|
|
+#define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING
|
|
|
|
//Filesystem Selection
|
|
#include <nana/config.hpp>
|