jsoncpp/src
Paweł Bylica 1572539bec Rename variable empty to emptyString
Rename variable empty to emptyString in Value constructor to avoid shadowing of Value::empty().

GCC 4.8 produces the warning about this:
lib_json/json_value.cpp: In constructor ‘Json::Value::Value(Json::ValueType)’:
lib_json/json_value.cpp:346:27: warning: declaration of ‘empty’ shadows a member of 'this' [-Wshadow]
2016-10-14 11:59:28 +02:00
..
jsontestrunner fix warning 2016-05-15 23:13:47 -05:00
lib_json Rename variable empty to emptyString 2016-10-14 11:59:28 +02:00
test_lib_json Use macro for override 2016-03-21 21:00:24 -05:00
CMakeLists.txt Clean up cmake END* 2015-08-14 14:31:08 -07:00