vcpkg/ports/fmt/fix-warning4189.patch
Curoky 705764c635
[fmt] Update to 6.1.2 (#10080)
* [fmt] Update to 6.1.2

* [spdlog] add patch to fix include missing

* [fmt] check if file exists before file(RENAME ...)

* [spdlog] bump version to 1.4.2-2

* [fmt][spdlog] Fix version number
2020-03-02 09:35:36 -08:00

13 lines
272 B
Diff

diff --git a/include/fmt/format.h b/include/fmt/format.h
index 01f41f5c..208a58d0 100644
--- a/include/fmt/format.h
+++ b/include/fmt/format.h
@@ -35,6 +35,7 @@
#include "core.h"
+#pragma warning(disable:4189)
#include <algorithm>
#include <cerrno>
#include <cmath>