mirror of https://github.com/BOINC/boinc.git
MGR: Fix compiler warning
svn path=/trunk/boinc/; revision=23504
This commit is contained in:
parent
8e01a538cb
commit
5d1e4765a5
|
@ -2780,3 +2780,9 @@ Rom 4 May 2011
|
|||
|
||||
samples/vboxwrapper/
|
||||
vbox.cpp
|
||||
|
||||
Charlie 5 May 2011
|
||||
- MGR: Fix compiler warning.
|
||||
|
||||
clientgui/
|
||||
DlgAdvPreferences.cpp
|
||||
|
|
|
@ -767,7 +767,7 @@ void CDlgAdvPreferences::OnAddExclusiveApp(wxCommandEvent&) {
|
|||
bool hostIsWin = false;
|
||||
bool isDuplicate;
|
||||
wxArrayString appNames;
|
||||
wxChar *extension;
|
||||
wxChar *extension = wxT("");
|
||||
wxString errmsg;
|
||||
CMainDocument* pDoc = wxGetApp().GetDocument();
|
||||
|
||||
|
|
Loading…
Reference in New Issue