[ros-dev] [ros-diffs] [dquintana] 62226: [RSHELL] * CMenuBand: Handle WM_COMMAND and run SMC_EXEC for static menu items (Run, Shutdown). CORE-7881

Jerome Gardou jerome.gardou at reactos.org
Tue Feb 18 19:31:01 UTC 2014


Hi David


> +        if (m_staticToolbar != NULL)
> +            hr = m_staticToolbar->GetWindow(&hwndStatic);
> +        if (FAILED(hr))
> +            return hr;

You are using potentially uninitialized variable here. are you compiling 
without "-Werror" (or /WX on msvc)?

Keep it up :-)

Greetings
Jérôme



More information about the Ros-dev mailing list