summaryrefslogtreecommitdiffstats
path: root/test/src/test-stress.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-07 23:40:11 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-07 23:40:11 (GMT)
commit3a8a7a56ab604c3cca49792973c8b0c6d8a089b9 (patch)
tree43c7897a69b707d3e2038ed7608ab884cd2f8877 /test/src/test-stress.cpp
parent36b5c7614cc896d043ddeebae1cdb4e8e94afe18 (diff)
downloaduscxml-3a8a7a56ab604c3cca49792973c8b0c6d8a089b9.zip
uscxml-3a8a7a56ab604c3cca49792973c8b0c6d8a089b9.tar.gz
uscxml-3a8a7a56ab604c3cca49792973c8b0c6d8a089b9.tar.bz2
Got rid of some warnings with gcc
Diffstat (limited to 'test/src/test-stress.cpp')
-rw-r--r--test/src/test-stress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/test-stress.cpp b/test/src/test-stress.cpp
index 07cc733..4f15bc3 100644
--- a/test/src/test-stress.cpp
+++ b/test/src/test-stress.cpp
@@ -162,7 +162,7 @@ int main(int argc, char** argv) {
LOG(INFO) << "Processing " << entryIter->first;
Interpreter interpreter = Interpreter::fromURI(std::string(argv[optind]) + PATH_SEPERATOR + entryIter->first);
if (interpreter) {
- interpreter.setCmdLineOptions(argc, argv);
+// interpreter.setCmdLineOptions(argc, argv);
interpreter.addMonitor(&vm);