summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/jsoncpp/src/test_lib_json/jsontest.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/jsoncpp/src/test_lib_json/jsontest.cpp')
-rw-r--r--3rdparty/jsoncpp/src/test_lib_json/jsontest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/jsoncpp/src/test_lib_json/jsontest.cpp b/3rdparty/jsoncpp/src/test_lib_json/jsontest.cpp
index ef9c543fa47..bd9463fa589 100644
--- a/3rdparty/jsoncpp/src/test_lib_json/jsontest.cpp
+++ b/3rdparty/jsoncpp/src/test_lib_json/jsontest.cpp
@@ -323,7 +323,7 @@ void Runner::listTests() const {
}
int Runner::runCommandLine(int argc, const char* argv[]) const {
- typedef std::deque<std::string> TestNames;
+ // typedef std::deque<std::string> TestNames;
Runner subrunner;
for (int index = 1; index < argc; ++index) {
std::string opt = argv[index];