Skip to content

Commit 46a925b

Browse files
committed
fix compiler warning for a test
1 parent c407f14 commit 46a925b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test_lib_json/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#define kint64min Json::Value::minInt64
1818
#define kuint64max Json::Value::maxUInt64
1919

20-
static const double kdint64max = double(kint64max);
21-
static const float kfint64max = float(kint64max);
20+
//static const double kdint64max = double(kint64max);
21+
//static const float kfint64max = float(kint64max);
2222
static const float kfint32max = float(kint32max);
2323
static const float kfuint32max = float(kuint32max);
2424

0 commit comments

Comments
 (0)