]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/fmt/fix-warning4189.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / fmt / fix-warning4189.patch
CommitLineData
1e59de90
TL
1diff --git a/include/fmt/format.h b/include/fmt/format.h
2index 4e96539..0f1d179 100644
3--- a/include/fmt/format.h
4+++ b/include/fmt/format.h
5@@ -33,6 +33,7 @@
6 #ifndef FMT_FORMAT_H_
7 #define FMT_FORMAT_H_
8
9+#pragma warning(disable:4189)
10 #include <algorithm>
11 #include <cerrno>
12 #include <cmath>