blob: 5c25379540989dca93fd44285fdfbe5a3f1c8de7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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>
|