Clang warns on `OnTouchEvent()` function, which is overridden, but is
missing the `override` keyword
```
In file included from InfiniTime/src/displayapp/screens/Music.cpp:18:
InfiniTime/src/displayapp/screens/Music.h:43:14: warning: 'OnTouchEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
bool OnTouchEvent(TouchEvents event);
^
```
|
||
|---|---|---|
| .. | ||
| fonts | ||
| icons | ||
| screens | ||
| Apps.h | ||
| Colors.cpp | ||
| Colors.h | ||
| DisplayApp.cpp | ||
| DisplayApp.h | ||
| DisplayAppRecovery.cpp | ||
| DisplayAppRecovery.h | ||
| DummyLittleVgl.h | ||
| LittleVgl.cpp | ||
| LittleVgl.h | ||
| lv_pinetime_theme.c | ||
| lv_pinetime_theme.h | ||
| Messages.h | ||
| TouchEvents.h | ||