Cemu/dependencies/vcpkg_overlay_ports/fmt/fix-warning4189.patch
2022-08-22 22:21:23 +02:00

13 lines
297 B
Diff

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,7 @@
#ifndef FMT_FORMAT_H_
#define FMT_FORMAT_H_
+#pragma warning(disable:4189)
#include <algorithm>
#include <cerrno>
#include <cmath>