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
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-01-09 13:30:51 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-01-09 13:30:51 +0400
commite701532e1dd30a7d2c95279cb0329a8ec03f05c5 (patch)
treed6fa66017ea07dd65dc0d90243c4eefc5cde7370 /source
parenta31c40ac00ac7b0f54ba5aa3988f147f82219ea4 (diff)
Tag unused argument
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_node/node_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_edit.c b/source/blender/editors/space_node/node_edit.c
index 20fb385efdd..1fe754466f4 100644
--- a/source/blender/editors/space_node/node_edit.c
+++ b/source/blender/editors/space_node/node_edit.c
@@ -1926,7 +1926,7 @@ static int sort_nodes_locx(void *a, void *b)
return 0;
}
-static int socket_is_available(bNodeTree *ntree, bNodeSocket *sock, int allow_used)
+static int socket_is_available(bNodeTree *UNUSED(ntree), bNodeSocket *sock, int allow_used)
{
if (nodeSocketIsHidden(sock))
return 0;