diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-04-16 13:15:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 13:15:51 -0700 |
| commit | 7dad4fa38c4d18d7ba7fce97d0213b9f80079da8 (patch) | |
| tree | 2d20cbba2d78e2accc5c47b91d8c52920b18e949 /ports/fmt/fix-warning4189.patch | |
| parent | 8be5365d739a31f07c2125b07ce1bf47a01cd555 (diff) | |
| parent | 002cf744fc607a1162a6cf5e6807e1e03f3dce75 (diff) | |
| download | vcpkg-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.patch | 10 |
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> |
