Skip to content

Commit fdf1d1c

Browse files
author
Sébastien Barthélémy
committed
tests: Removes unused argument variable.
Change-Id: Ic9298f8d8fea549449387444bc16125279c4f2d8 Reviewed-on: http://gerrit2.aldebaran.lan/1335 Reviewed-by: vincent.palancher <vincent.palancher@softbankrobotics.com> Reviewed-by: sbarthelemy <sbarthelemy@aldebaran-robotics.com> Reviewed-by: philippe.martin <philippe.martin@softbankrobotics.com> Tested-by: sbarthelemy <sbarthelemy@aldebaran-robotics.com>
1 parent 59e69ef commit fdf1d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/moduletest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ std::string Cat::meow(int volume)
6464
return "meow";
6565
}
6666

67-
bool Cat::eat(const Mouse& m)
67+
bool Cat::eat(const Mouse&)
6868
{
6969
qiLogInfo() << "eating mouse";
7070
return true;

0 commit comments

Comments
 (0)