Build: Fix three new warnings in HLSL code.
This commit is contained in:
parent
35dcbbef8e
commit
e4821e43c8
3 changed files with 4 additions and 4 deletions
|
|
@ -211,7 +211,7 @@ bool HlslGrammar::acceptSamplerState()
|
|||
// sampler_declaration_dx9
|
||||
// : SAMPLER identifier EQUAL sampler_type sampler_state
|
||||
//
|
||||
bool HlslGrammar::acceptSamplerDeclarationDX9(TType& type)
|
||||
bool HlslGrammar::acceptSamplerDeclarationDX9(TType& /*type*/)
|
||||
{
|
||||
if (! acceptTokenClass(EHTokSampler))
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue