@ilektron wrote:
I recently downloaded 3.9 and compiled the test only to be met with more warnings than I can count. I'd love to spend some spare time contributing, and would love to work towards a clean compile. However, this means changing some virtual function declarations, for example
virtual void onTouchCancelled(Touch *touch, Event *event) override {};
would have to be
virtual void onTouchCancelled(Touch* /* touch */, Event* /* event */) override {};
to get rid of unused parameters warnings.
Posts: 8
Participants: 2