]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/alac-decoder/no-pragma-warning.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / alac-decoder / no-pragma-warning.patch
CommitLineData
1e59de90
TL
1diff --git a/alac.c b/alac.c
2index b829e29..8e8805f 100644
3--- a/alac.c
4+++ b/alac.c
5@@ -284,7 +284,9 @@ static int count_leading_zeros(int input)
6 return output;
7 }
8 #else
9+#if !defined(_MSC_VER)
10 #warning using generic count leading zeroes. You may wish to write one for your CPU / compiler
11+#endif
12 static int count_leading_zeros(int input)
13 {
14 int output = 0;