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