Silence unused parameter warning
The parameter could be removed, but keep it for consistency with other `makeSpirvTypeParameters` overloads.
This commit is contained in:
parent
65397339c5
commit
fe82779952
@ -298,7 +298,8 @@ TSpirvTypeParameters* TParseContext::makeSpirvTypeParameters(const TSourceLoc& l
|
|||||||
return spirvTypeParams;
|
return spirvTypeParams;
|
||||||
}
|
}
|
||||||
|
|
||||||
TSpirvTypeParameters* TParseContext::makeSpirvTypeParameters(const TSourceLoc& loc, const TPublicType& type)
|
TSpirvTypeParameters* TParseContext::makeSpirvTypeParameters(const TSourceLoc& /* loc */,
|
||||||
|
const TPublicType& type)
|
||||||
{
|
{
|
||||||
TSpirvTypeParameters* spirvTypeParams = new TSpirvTypeParameters;
|
TSpirvTypeParameters* spirvTypeParams = new TSpirvTypeParameters;
|
||||||
spirvTypeParams->push_back(TSpirvTypeParameter(new TType(type)));
|
spirvTypeParams->push_back(TSpirvTypeParameter(new TType(type)));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user