Eevee: Fix warning

This commit is contained in:
Clément Foucault 2017-04-18 15:22:54 +02:00
parent 76425feed8
commit 4778369ee8
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ static struct GPUTexture *create_jitter_texture(int w, int h)
return tex;
}
static struct GPUTexture *create_ggx_lut_texture(int w, int h)
static struct GPUTexture *create_ggx_lut_texture(int UNUSED(w), int UNUSED(h))
{
struct GPUTexture *tex;
#if 0 /* Used only to generate the LUT values */