diff --git a/checkin_notes b/checkin_notes index 3121d11bac..01de2d8b88 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/client/log_flags.cpp b/client/log_flags.cpp index 6239c576b4..af856664d6 100644 --- a/client/log_flags.cpp +++ b/client/log_flags.cpp @@ -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;