Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | In file included from missing_ctor.cpp:5: |
michael@0 | 2 | ./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line constructor. |
michael@0 | 3 | class MissingCtorsArentOKInHeader { |
michael@0 | 4 | ^ |
michael@0 | 5 | ./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line destructor. |
michael@0 | 6 | 2 warnings generated. |