vcpkg/ports/fmt/fix-warning4189.patch

13 lines
297 B
Diff
Raw Normal View History

diff --git a/include/fmt/format.h b/include/fmt/format.h
2020-04-09 10:25:59 +08:00
index 4e96539..0f1d179 100644
--- a/include/fmt/format.h
+++ b/include/fmt/format.h
2020-04-09 10:25:59 +08:00
@@ -33,6 +33,7 @@
#ifndef FMT_FORMAT_H_
#define FMT_FORMAT_H_
+#pragma warning(disable:4189)
#include <algorithm>
#include <cerrno>
#include <cmath>