Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2017-04-18 16:22:54 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-04-18 16:37:22 +0300
commit4778369ee822cf7bf69eb666b6de42817e20a822 (patch)
treef2b836442bb0c595425fd646fe89f4bede9b75da /source/blender/draw/engines
parent76425feed8644a8fe1c0e52ef3f77b95012ba44e (diff)
Eevee: Fix warning
Diffstat (limited to 'source/blender/draw/engines')
-rw-r--r--source/blender/draw/engines/eevee/eevee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee/eevee.c b/source/blender/draw/engines/eevee/eevee.c
index f1eaead42c7..acfc51f83de 100644
--- a/source/blender/draw/engines/eevee/eevee.c
+++ b/source/blender/draw/engines/eevee/eevee.c
@@ -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 */