From e2f9006bd38ec99d8633bbb9f32cf423bceb1c2c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 19 Jan 2011 19:58:44 +0000 Subject: [PATCH] set variable as unused. --- source/blender/nodes/intern/CMP_nodes/CMP_brightness.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_brightness.c b/source/blender/nodes/intern/CMP_nodes/CMP_brightness.c index ad73a33c13f..6b0d6ff45a0 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_brightness.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_brightness.c @@ -44,7 +44,7 @@ static bNodeSocketType cmp_node_brightcontrast_out[]= { { -1, 0, "" } }; -static void do_brightnesscontrast(bNode *node, float *out, float *in, float *in_brightness, float *in_contrast) +static void do_brightnesscontrast(bNode *UNUSED(node), float *out, float *in, float *in_brightness, float *in_contrast) { float i; int c;