wpa_gui: Initialize WpaGuiApp::w in the constructor
authorJouni Malinen <j@w1.fi>
Tue, 23 Jun 2015 17:23:31 +0000 (20:23 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 23 Jun 2015 17:23:31 +0000 (20:23 +0300)
commitf6332b0be1d5e1b75ec834c64a67750aa00965ab
tree18dabeced57a28a86c05a13416e4869e47a4a82e
parentf6df3f3a001afe27b65ee86de98dbc3918ea4bf1
wpa_gui: Initialize WpaGuiApp::w in the constructor

This gets rid of a static analyzer warning. The actual value for
WpaGuiApp::w will be set after the constructor has returned, so this
value was not really used uninitialized.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_gui-qt4/main.cpp