juanmanzanero / fastest-lap

Fastest-lap is a vehicle dynamics simulator. It can be used to understand vehicle dynamics, to learn about driving techniques, to design car prototypes, or just for fun!
MIT License
575 stars 43 forks source link

Unused Attribute #29

Closed kvkpraneeth closed 2 years ago

kvkpraneeth commented 2 years ago

Before submitting a pull request, make sure you satisfy all of the following points:

Extra changes added in engine.hpp to check the __unused__ attribute on certain parameters, to ensure optional parameters don't trigger the exception.

juanmanzanero commented 2 years ago

Ok thank you! On to fixing the broken tests..