ss_app: Fix compiler warning

svn path=/trunk/boinc/; revision=17221
This commit is contained in:
Charlie Fenton 2009-02-12 01:25:03 +00:00
parent 7c127b6149
commit 6d003c8987
2 changed files with 2 additions and 1 deletions

View File

@ -1491,6 +1491,7 @@ Charlie 11 Feb 2009
not visible when it is running so there is no reason to have an icon.
So restore the previous permissions settings (non-writable).
- ss_app: Remove code which adds a Mac icon.
- ss_app: Fix compiler warning.
client/
check_security.cpp

View File

@ -217,7 +217,7 @@ void show_project(unsigned int index, float alpha) {
void show_jobs(unsigned int index, double alpha) {
float x=.1, y=.7;
int nfound = 0;
unsigned int nfound = 0;
unsigned int i;
for (i=0; i<cc_state.results.size(); i++) {
RESULT* r = cc_state.results[i];