mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-14 15:05:34 +02:00
Fixed compilation warnings. Added -Wall to linux-gcc compilation. JSON_ASSERT_MESSAGE now throws exception (but JSON_ASSERT does not).
This commit is contained in:
@@ -518,7 +518,7 @@ namespace Json {
|
||||
class ValueAllocator
|
||||
{
|
||||
public:
|
||||
enum { unknown = -1 };
|
||||
enum { unknown = (unsigned)-1 };
|
||||
|
||||
virtual ~ValueAllocator();
|
||||
|
||||
|
Reference in New Issue
Block a user