Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | In file included from base_refcounted.cpp:5: |
michael@0 | 2 | ./base_refcounted.h:45:3: warning: [chromium-style] Classes that are ref-counted should not have public destructors. |
michael@0 | 3 | ~PublicRefCountedDtorInHeader() {} |
michael@0 | 4 | ^ |
michael@0 | 5 | ./base_refcounted.h:57:3: warning: [chromium-style] Classes that are ref-counted should not have public destructors. |
michael@0 | 6 | ~PublicRefCountedThreadSafeDtorInHeader() {} |
michael@0 | 7 | ^ |
michael@0 | 8 | ./base_refcounted.h:94:3: warning: [chromium-style] Classes that are ref-counted should not have public destructors. |
michael@0 | 9 | ~DerivedProtectedToPublicInHeader() {} |
michael@0 | 10 | ^ |
michael@0 | 11 | ./base_refcounted.h:99:1: warning: [chromium-style] Classes that are ref-counted should have explicit destructors that are protected or private. |
michael@0 | 12 | class ImplicitDerivedProtectedToPublicInHeader |
michael@0 | 13 | ^ |
michael@0 | 14 | base_refcounted.cpp:16:3: warning: [chromium-style] Classes that are ref-counted should not have public destructors. |
michael@0 | 15 | ~AnonymousDerivedProtectedToPublicInImpl() {} |
michael@0 | 16 | ^ |
michael@0 | 17 | base_refcounted.cpp:26:3: warning: [chromium-style] Classes that are ref-counted should not have public destructors. |
michael@0 | 18 | ~PublicRefCountedDtorInImpl() {} |
michael@0 | 19 | ^ |
michael@0 | 20 | base_refcounted.cpp:52:3: warning: [chromium-style] Classes that are ref-counted should not have public destructors. |
michael@0 | 21 | ~UnsafeTypedefChainInImpl() {} |
michael@0 | 22 | ^ |
michael@0 | 23 | 7 warnings generated. |