set variable as unused.

This commit is contained in:
Campbell Barton
2011-01-19 19:58:44 +00:00
parent 36852b98cb
commit e2f9006bd3

View File

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