Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/llfio/v2.0/algorithm/reduce.hpp')
-rw-r--r--include/llfio/v2.0/algorithm/reduce.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llfio/v2.0/algorithm/reduce.hpp b/include/llfio/v2.0/algorithm/reduce.hpp
index 856733ec..b84d8850 100644
--- a/include/llfio/v2.0/algorithm/reduce.hpp
+++ b/include/llfio/v2.0/algorithm/reduce.hpp
@@ -35,6 +35,7 @@ namespace algorithm
{
#ifdef _MSC_VER
#pragma warning(push)
+#pragma warning(disable : 4251) // dll interface
#pragma warning(disable : 4275) // dll interface
#endif
/*! \brief A visitor for the filesystem traversal and reduction algorithm.