blob: 3894f9600eb286272f4ebfe50f39373da9c6ba53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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>
|