Remove extra semicolons: extra ';' outside of a function is incompatible with C++98
Brought to you by:
nenadstefanovic
Hi, this patch removes the extra semicolon after the end closing brace of a namespace definition. When building WTL inside Chrome, CLang generates the following warning:
error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi]
An extra semicolon has also been removed at line 155: DECLARE_TRACE_CATEGORY(atlTraceUI)
Please take a look, thank you!
Anonymous
Thanks! It is funny that all those smicolons are there for no reason
Patch applied
Commit: https://sourceforge.net/p/wtl/git/ci/70a2592f908bc1b1ec60de6488aa7a9950357c51/