Sign in
mojo
/
mojo-tools
/
b1556b343dd0a8c4975af25a013d305b288e508a
/
.
/
tools
/
clang
/
plugins
/
tests
/
virtual_bodies.txt
blob: 121d1a96aab5cf53d00f012cac39ff36f143ef7d [
file
] [
log
] [
blame
]
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.