compile fix

svn path=/trunk/boinc/; revision=17998
This commit is contained in:
David Anderson 2009-05-04 20:25:59 +00:00
parent f9222339e9
commit 1c1f7f08f1
2 changed files with 2 additions and 2 deletions

View File

@ -774,11 +774,11 @@ void CLIENT_STATE::append_unfinished_time_slice(
//
bool CLIENT_STATE::enforce_schedule() {
unsigned int i;
ACTIVE_TASK* atp, *preempt_atp;
vector<ACTIVE_TASK*> preemptable_tasks;
static double last_time = 0;
int retval;
double ncpus_used;
ACTIVE_TASK* atp;
// Do this when requested, and once a minute as a safety net
//

View File

@ -106,7 +106,7 @@ CViewNews::~CViewNews() {
wxString& CViewNews::GetViewName() {
static wxString strViewName(wxT"News"));
static wxString strViewName(wxT("News"));
return strViewName;
}