Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Salles <[email protected]>
  • Loading branch information
Domsall committed Feb 15, 2024
1 parent 7850d1a commit bf69c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microsim/cfmodels/MSCFModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class MSCFModel {
/** @brief Get the vehicle type's maximum acceleration [m/s^2]
* @return The maximum acceleration (in m/s^2) of vehicles of this class
*/
virtual inline double getCurrentAccel(const double speed) const {
virtual inline double getCurrentAccel(const double /*speed*/) const {
return myAccel;
}

Expand Down

0 comments on commit bf69c31

Please sign in to comment.