compile fixes

svn path=/trunk/boinc/; revision=22089
This commit is contained in:
David Anderson 2010-08-01 06:09:33 +00:00
parent 0142788e35
commit e26c7ada92
2 changed files with 1 additions and 3 deletions

View File

@ -70,7 +70,7 @@ void HOST_INFO::generate_host_cpid() {}
int CLIENT_STATE::report_result_error(RESULT& , const char* , ...) {return 0;}
void show_message(PROJECT *p, char* msg, int priority, const char* link) {
void show_message(PROJECT *p, char* msg, int priority, const char*) {
const char* x;
char message[1024];
char* time_string = time_to_string(gstate.now);

View File

@ -249,8 +249,6 @@ void CCompletionPage::OnPageChanged( wxWizardExEvent& event ) {
} else {
// Attach Completed
}
m_pCompletionTitle->SetLabel(_("Attached to account manager"));
if (pSkinAdvanced->IsBranded()) {