summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2022-03-13 21:58:53 +0100
committerReinhold Gschweicher <pyro4hell@gmail.com>2022-03-13 21:58:53 +0100
commit0933d60b1627df18c5615c610b8e26a685901b44 (patch)
treedc3483f59494b8aaf04610745dfbb12188cff746 /.vscode/settings.json
parent21da5869c5e48df666ea9d9c7698f7f69528645e (diff)
Music: fix warning about overridden function
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); ^ ```
Diffstat (limited to '.vscode/settings.json')
0 files changed, 0 insertions, 0 deletions