Merge pull request #1042 from LoopDawg/warning-fix-2

WIP: Linux build warning fix
This commit is contained in:
John Kessenich 2017-08-31 23:46:56 -06:00 committed by GitHub
commit 3a21c88050
2 changed files with 9 additions and 1 deletions

View file

@ -416,7 +416,7 @@ struct TDefaultIoResolverBase : public glslang::TIoMapResolver
return 0;
}
int resolveUniformLocation(EShLanguage /*stage*/, const char* /*name*/, const glslang::TType& type, bool is_live) override
int resolveUniformLocation(EShLanguage /*stage*/, const char* /*name*/, const glslang::TType& type, bool /*is_live*/) override
{
// kick out of not doing this
if (!doAutoLocationMapping)