Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 In file included from overridden_methods.cpp:5:
2 ./overridden_methods.h:43:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
3 virtual void SomeMethod();
4 ^
5 ./overridden_methods.h:47:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
6 virtual void SomeInlineMethod() {}
7 ^
8 ./overridden_methods.h:51:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
9 virtual void SomeNonPureBaseMethod() {}
10 ^
11 overridden_methods.cpp:24:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
12 virtual void SomeMethod();
13 ^
14 overridden_methods.cpp:28:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
15 virtual void SomeInlineMethod() {}
16 ^
17 overridden_methods.cpp:32:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
18 virtual void SomeNonPureBaseMethod() {}
19 ^
20 6 warnings generated.