mirror of https://github.com/BOINC/boinc.git
Fix compiler warning
svn path=/trunk/boinc/; revision=16360
This commit is contained in:
parent
98b30841a8
commit
42e6166a9d
|
@ -160,7 +160,7 @@ bool CBOINCGUIApp::OnInit() {
|
|||
// Initialize local variables
|
||||
int iErrorCode = 0;
|
||||
wxString strDialogMessage = wxEmptyString;
|
||||
bool success;
|
||||
bool success = false;
|
||||
|
||||
|
||||
// Dump useful debugging information
|
||||
|
|
Loading…
Reference in New Issue