Merge pull request #877 from steve-lunarg/warn-fix1

Fix iomapper build warnings
This commit is contained in:
John Kessenich 2017-05-03 08:40:15 +03:00 committed by GitHub
commit de1cc06c1d

View File

@ -413,8 +413,8 @@ struct TDefaultIoResolverBase : public glslang::TIoMapResolver
return -1; return -1;
} }
void notifyBinding(EShLanguage stage, const char* name, const TType& type, bool is_live) override {} void notifyBinding(EShLanguage, const char* /*name*/, const TType&, bool /*is_live*/) override {}
void notifyInOut(EShLanguage stage, const char* name, const TType& type, bool is_live) override {} void notifyInOut(EShLanguage, const char* /*name*/, const TType&, bool /*is_live*/) override {}
void endNotifications() override {} void endNotifications() override {}
protected: protected: