You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2025. It is now read-only.
#2065 introduced the INT_MAX symbol in XmlRpcClient.cpp. This symbol is GCC specific (and is not defined by MSVC). It should use INT_MAX or std::numeric_limits<size_t>::max().
I can make a PR to fix this, do I need to fill out a CLA or anything of that sort?
The text was updated successfully, but these errors were encountered:
#2065 introduced the INT_MAX symbol in XmlRpcClient.cpp. This symbol is GCC specific (and is not defined by MSVC). It should use INT_MAX or std::numeric_limits<size_t>::max().
I can make a PR to fix this, do I need to fill out a CLA or anything of that sort?
The text was updated successfully, but these errors were encountered: