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 8e11aa3 commit 00efd7dCopy full SHA for 00efd7d
src/FactSystem/ParameterManagerTest.cc
@@ -213,7 +213,7 @@ void ParameterManagerTest::_FTPChangeParam()
213
QVERIFY(fact);
214
float value = fact->rawValue().toFloat();
215
QCOMPARE(value, 0.0);
216
- float testvalue = 0.87;
+ float testvalue = 0.87f;
217
QVariant sendv = testvalue;
218
fact->setRawValue(sendv); // This should trigger a parameter upload to the vehicle
219
/* That should set the progress to 0.5 and then back to 0 */
0 commit comments