Merge pull request #1714 from Azaezel/c4101_cleanup

addresses C4101 warnings ('identifier' : unreferenced local variable)
This commit is contained in:
Anis 2016-08-07 00:44:19 +02:00 committed by GitHub
commit a12a41b4fd
2 changed files with 0 additions and 2 deletions

View file

@ -609,7 +609,6 @@ void GFXD3D11ShaderConstBuffer::activate( GFXD3D11ShaderConstBuffer *prevShaderB
ZeroMemory(&pConstData, sizeof(D3D11_MAPPED_SUBRESOURCE));
const U8* buf;
HRESULT hr;
U32 nbBuffers = 0;
if(mVertexConstBuffer->isDirty())
{

View file

@ -124,7 +124,6 @@ bool guiAnimBitmapCtrl::ptSetFrame(void *object, const char *index, const char *
}
S32 val = dAtoi(data);
U32 i;
if (val < 0)
{