VideoCommon: Clean up class-memaccess warnings

This commit is contained in:
Techjar 2018-10-14 18:09:17 -04:00
commit 8560eecd49
3 changed files with 14 additions and 8 deletions

View file

@ -116,7 +116,7 @@ void VertexShaderManager::Init()
bTexMtxInfoChanged = false;
bLightingConfigChanged = false;
std::memset(&xfmem, 0, sizeof(xfmem));
std::memset(static_cast<void*>(&xfmem), 0, sizeof(xfmem));
constants = {};
ResetView();