Build: Fix three new warnings in HLSL code.

This commit is contained in:
John Kessenich
2016-07-16 10:19:43 -06:00
parent 35dcbbef8e
commit e4821e43c8
3 changed files with 4 additions and 4 deletions

View File

@@ -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;