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
Newer versions of JsonCpp will produce warnings for deprecated functions. The version listed on Linux package manager right now is an older version which will not have this issue, but once it gets updated to 1.8+ we will need to change few things:
warning: ‘StyledWriter’ is deprecated: Use StreamWriterBuilder instead [-Wdeprecated-declarations]
warning: ‘Reader’ is deprecated: Use CharReader and CharReaderBuilder instead [-Wdeprecated-declarations]
The text was updated successfully, but these errors were encountered:
Newer versions of JsonCpp will produce warnings for deprecated functions. The version listed on Linux package manager right now is an older version which will not have this issue, but once it gets updated to 1.8+ we will need to change few things:
The text was updated successfully, but these errors were encountered: