Skip to content

Commit 9525449

Browse files
Fix compilation warning.
1 parent c709322 commit 9525449

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/tools/device.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,12 @@ void Device::setVelocitySize(const unsigned int &size) {
266266
velocitySOUT.setConstant(velocity_);
267267
}
268268

269+
<<<<<<< HEAD
269270
void Device::setState(const Vector &st) {}
271+
=======
272+
void Device::setState(const Vector &) {
273+
}
274+
>>>>>>> Fix compilation warning.
270275

271276
void Device::setVelocity(const Vector &vel) {
272277
velocity_ = vel;
@@ -290,7 +295,8 @@ void Device::setSecondOrderIntegration() {}
290295

291296
void Device::setNoIntegration() {}
292297

293-
void Device::setControlInputType(const std::string &cit) {}
298+
void Device::setControlInputType(const std::string &) {
299+
}
294300

295301
void Device::setSanityCheck(const bool &enableCheck) {}
296302

0 commit comments

Comments
 (0)