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
JSONCPP_STRING valueToString(double value, bool useSpecialFloats, unsigned int precision)
This is a warning, but we compile with warnings as errors and that is why I noticed this. I added static in of the definition to let the compiler know that this function is not accessible outside of this source file.