Merge pull request #877 from steve-lunarg/warn-fix1
Fix iomapper build warnings
This commit is contained in:
commit
de1cc06c1d
1 changed files with 2 additions and 2 deletions
|
|
@ -413,8 +413,8 @@ struct TDefaultIoResolverBase : public glslang::TIoMapResolver
|
|||
return -1;
|
||||
}
|
||||
|
||||
void notifyBinding(EShLanguage stage, const char* name, const TType& type, bool is_live) override {}
|
||||
void notifyInOut(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, const char* /*name*/, const TType&, bool /*is_live*/) override {}
|
||||
void endNotifications() override {}
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue