mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-21 02:00:33 +01:00
fix compiler warning for a test
This commit is contained in:
parent
c407f1407f
commit
46a925ba4a
@ -17,8 +17,8 @@
|
||||
#define kint64min Json::Value::minInt64
|
||||
#define kuint64max Json::Value::maxUInt64
|
||||
|
||||
static const double kdint64max = double(kint64max);
|
||||
static const float kfint64max = float(kint64max);
|
||||
//static const double kdint64max = double(kint64max);
|
||||
//static const float kfint64max = float(kint64max);
|
||||
static const float kfint32max = float(kint32max);
|
||||
static const float kfuint32max = float(kuint32max);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user