client: fix compiler warning (unused variable.)

svn path=/trunk/boinc/; revision=21684
This commit is contained in:
Charlie Fenton 2010-06-02 23:42:53 +00:00
parent 76edcedf9d
commit fa1c20decb
2 changed files with 7 additions and 1 deletions

View File

@ -4071,3 +4071,9 @@ Rom 2 Jun 2010
clientgui/
AdvancedFrame.cpp
Charlie 2 Jun 2010
- client: fix compiler warning (unused variable.)
client/
log_flags.cpp

View File

@ -289,7 +289,7 @@ void CONFIG::clear() {
int CONFIG::parse_options(XML_PARSER& xp) {
char tag[1024], path[256];
bool is_tag, btemp;
bool is_tag;
string s;
int n;