We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c709322 commit 9525449Copy full SHA for 9525449
src/tools/device.cpp
@@ -266,7 +266,12 @@ void Device::setVelocitySize(const unsigned int &size) {
266
velocitySOUT.setConstant(velocity_);
267
}
268
269
+<<<<<<< HEAD
270
void Device::setState(const Vector &st) {}
271
+=======
272
+void Device::setState(const Vector &) {
273
+}
274
+>>>>>>> Fix compilation warning.
275
276
void Device::setVelocity(const Vector &vel) {
277
velocity_ = vel;
@@ -290,7 +295,8 @@ void Device::setSecondOrderIntegration() {}
290
295
291
296
void Device::setNoIntegration() {}
292
297
293
-void Device::setControlInputType(const std::string &cit) {}
298
+void Device::setControlInputType(const std::string &) {
299
294
300
301
void Device::setSanityCheck(const bool &enableCheck) {}
302
0 commit comments