8022956: Clang: enable return type warnings on BSD

Reviewed-by: coleenp, sla
This commit is contained in:
Christian Thalinger 2013-08-20 10:57:50 -07:00
parent 9c2ac55d23
commit 9e056eedc4
16 changed files with 54 additions and 15 deletions

View file

@ -40,6 +40,7 @@ class InterpreterMacroAssembler : public MacroAssembler {
Register tmp,
int offset) {
ShouldNotCallThis();
return RegisterOrConstant();
}
};