Sign in
◑
Theme
mojo
/
mojo-tools
/
0d3b4d2c9a4ec923947e9a18c19f363ddd73a9bf
/
.
/
tools
/
clang
/
plugins
/
tests
/
virtual_bodies.txt
blob: 121d1a96aab5cf53d00f012cac39ff36f143ef7d [
file
]
In file included from virtual_bodies.cpp:5:
./virtual_bodies.h:17:36: warning: [chromium-style] virtual methods with non-empty bodies shouldn't be declared inline.
virtual bool ComplainAboutThis() { return true; }
^
1 warning generated.