mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-21 15:30:58 +08:00
Fix conversion warnings/errors
See #411. http://paste.debian.net/378673/
This commit is contained in:
@@ -42,8 +42,8 @@ public:
|
||||
*
|
||||
*/
|
||||
struct StructuredError {
|
||||
size_t offset_start;
|
||||
size_t offset_limit;
|
||||
ptrdiff_t offset_start;
|
||||
ptrdiff_t offset_limit;
|
||||
std::string message;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user