From 42e6166a9d5f62c2fad4033d3ad43e46d61cd595 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 30 Oct 2008 02:09:17 +0000 Subject: [PATCH] Fix compiler warning svn path=/trunk/boinc/; revision=16360 --- clientgui/BOINCGUIApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 534e8ec802..dade2ca69d 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -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