robotology / robot-testing-framework

Robot Testing Framework (RTF)
http://robotology.github.io/robot-testing-framework/index.html
GNU Lesser General Public License v2.1
19 stars 11 forks source link

Fix make warnings under macOS #53

Closed claudiofantacci closed 7 years ago

claudiofantacci commented 7 years ago

While compiling RTF under macOS, two warnings were raised by the make process. For details see #51.

This PR aims to remove the two warnings with two simple edits.

Please note that in src/testrunner/src/SuitRunner.cpp#170 the rep variable is of type unsigned int, thus the if condition rep >= 0 is always true.

claudiofantacci commented 7 years ago

Rebased on master 👍