[haiku-commits] Re: haiku: hrev44334 - src/apps/debugger/user_interface/gui/team_window

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 13 Jul 2012 20:03:35 -0400

On 7/13/12, anevilyak@xxxxxxxxx <anevilyak@xxxxxxxxx> wrote:
> --- a/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
> +++ b/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
> @@ -109,6 +109,7 @@ TeamWindow::TeamWindow(::Team* team,
> UserInterfaceListener* listener)
>       fStepOverButton(NULL),
>       fStepIntoButton(NULL),
>       fStepOutButton(NULL),
> +     fInspectorWindow(NULL),
>       fSourceLocatePanel(NULL)

I thought gcc4 actually had a flag for warning about constructors that
don't initialize all class members, but I'm failing to find it. Anyone
know? And if so, would it be worth adding to our default warnings?

Regards,

Rene

Other related posts: