Closed kvkpraneeth closed 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.
engine.hpp
__unused__
Ok thank you! On to fixing the broken tests..
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.