Merge pull request #877 from steve-lunarg/warn-fix1
Fix iomapper build warnings
This commit is contained in:
commit
de1cc06c1d
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user