src/plugins/contrib/NassiShneiderman/TaskSelect.cpp line 27
Code:
HooverDrawlet TaskSelect::OnMouseLeftDown(wxMouseEvent &event, const wxPoint &pos)
{
// <-- missing return
}
HooverDrawlet TaskSelect::OnMouseLeftUp(wxMouseEvent &event, const wxPoint &position){return NULL;}
HooverDrawlet *TaskSelect::OnMouseRightDown(wxMouseEvent &event, const wxPoint &position)
{
// <-- missing return
}
That file is not part of any project so it is never compiled. There is no need to fix it.