Skip to content

Commit 066207f

Browse files
committed
(test) fix unused-parameter
1 parent 08261ca commit 066207f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orocos_kdl/tests/test-runner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <iostream>
1313
#include <fstream>
1414

15-
int main(int argc, char** argv)
15+
int main(int /*argc*/, char** /*argv*/)
1616
{
1717
// Get the top level suite from the registry
1818
CppUnit::Test *suite = CppUnit::TestFactoryRegistry::getRegistry().makeTest();

0 commit comments

Comments
 (0)