aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt/fix-warning4189.patch
blob: 76431c3672b2684179b702c4effaf6562df53807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/fmt/format.h b/include/fmt/format.h
index 4e96539..0f1d179 100644
--- a/include/fmt/format.h
+++ b/include/fmt/format.h
@@ -33,6 +33,9 @@
 #ifndef FMT_FORMAT_H_
 #define FMT_FORMAT_H_

+#ifdef _MSC_VER
+#pragma warning(disable:4189)
+#endif
 #include <algorithm>
 #include <cerrno>
 #include <cmath>