aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt/fix-warning4189.patch
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-04-16 13:15:51 -0700
committerGitHub <noreply@github.com>2020-04-16 13:15:51 -0700
commit7dad4fa38c4d18d7ba7fce97d0213b9f80079da8 (patch)
tree2d20cbba2d78e2accc5c47b91d8c52920b18e949 /ports/fmt/fix-warning4189.patch
parent8be5365d739a31f07c2125b07ce1bf47a01cd555 (diff)
parent002cf744fc607a1162a6cf5e6807e1e03f3dce75 (diff)
downloadvcpkg-7dad4fa38c4d18d7ba7fce97d0213b9f80079da8.tar.gz
vcpkg-7dad4fa38c4d18d7ba7fce97d0213b9f80079da8.zip
Merge pull request #10755 from LilyWangL/dev/Lily/issue10741
[fmt] update to 6.2.0
Diffstat (limited to 'ports/fmt/fix-warning4189.patch')
-rw-r--r--ports/fmt/fix-warning4189.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/ports/fmt/fix-warning4189.patch b/ports/fmt/fix-warning4189.patch
index 5c2537954..0efab0f1c 100644
--- a/ports/fmt/fix-warning4189.patch
+++ b/ports/fmt/fix-warning4189.patch
@@ -1,11 +1,11 @@
diff --git a/include/fmt/format.h b/include/fmt/format.h
-index 01f41f5c..208a58d0 100644
+index 4e96539..0f1d179 100644
--- a/include/fmt/format.h
+++ b/include/fmt/format.h
-@@ -35,6 +35,7 @@
-
- #include "core.h"
-
+@@ -33,6 +33,7 @@
+ #ifndef FMT_FORMAT_H_
+ #define FMT_FORMAT_H_
+
+#pragma warning(disable:4189)
#include <algorithm>
#include <cerrno>