mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 12:28:59 +08:00
13 lines
298 B
Diff
13 lines
298 B
Diff
|
diff --git a/include/fmt/format.h b/include/fmt/format.h
|
||
|
index efec5d6..9b15b48 100644
|
||
|
--- a/include/fmt/format.h
|
||
|
+++ b/include/fmt/format.h
|
||
|
@@ -33,6 +33,7 @@
|
||
|
#ifndef FMT_FORMAT_H_
|
||
|
#define FMT_FORMAT_H_
|
||
|
|
||
|
+#pragma warning(disable:4189)
|
||
|
#include <algorithm>
|
||
|
#include <cassert>
|
||
|
#include <cmath>
|