fix some xcode 7.0 warnings

This commit is contained in:
Martin Lindhe 2015-09-25 14:33:39 +02:00
parent 09f43c0975
commit bafb7afba2
5 changed files with 8 additions and 6 deletions

View file

@ -967,6 +967,8 @@ static void ProcessTriangleInternal(const Shader::OutputVertex& v0,
UNIMPLEMENTED();
break;
}
return {};
};
auto LookupFactorA = [&](Regs::BlendFactor factor) -> u8 {
@ -1000,6 +1002,8 @@ static void ProcessTriangleInternal(const Shader::OutputVertex& v0,
UNIMPLEMENTED();
break;
}
return {};
};
static auto EvaluateBlendEquation = [](const Math::Vec4<u8>& src, const Math::Vec4<u8>& srcfactor,