When building on Windows, in file http_operation_curl.cc, the following line causes warnings:
static std::uniform_real_distribution<float> dis(0.8, 1.2);
**redacted**\opentelemetry-cpp-1.19.0\ext\src\http\client\curl\http_operation_curl.cc(468,57):
warning C4305: 'argument': truncation from 'double' to '_Ty'
[**redacted**\opentelemetry-cpp-1.19.0\ext\src\http\client\curl\opentelemetry_http_client_curl.vcxproj]