Commit de1cc06c by John Kessenich Committed by GitHub

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

Fix iomapper build warnings
parents 7aaf4191 0c20067c
...@@ -413,8 +413,8 @@ struct TDefaultIoResolverBase : public glslang::TIoMapResolver ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment