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