Menu

#1329 missing return

Undefined
invalid
nobody
None
Bug_Report
2022-11-18
2022-11-18
No

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
}

Discussion

  • Miguel Gimenez

    Miguel Gimenez - 2022-11-18
    • status: open --> invalid
     
  • Miguel Gimenez

    Miguel Gimenez - 2022-11-18

    That file is not part of any project so it is never compiled. There is no need to fix it.

     

Log in to post a comment.

MongoDB Logo MongoDB