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/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-03-18 23:27:31 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-03-18 23:27:31 +0400
commit6cdce15c3bdd877daa48eec30953d564114e1f0e (patch)
tree799ffd025c77531ccc95937e2f2d7fd9d13cd21e /intern
parentc285f1c02a99200dbff50b9bfce1475f45418ada (diff)
Hopefully blender will compile with strict flags again.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/osl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/render/osl.cpp b/intern/cycles/render/osl.cpp
index 56158278e29..f5585babf5c 100644
--- a/intern/cycles/render/osl.cpp
+++ b/intern/cycles/render/osl.cpp
@@ -468,6 +468,7 @@ void OSLCompiler::add(ShaderNode *node, const char *name, bool isfilepath)
parameter(param_name.c_str(), input->value_string);
break;
case SHADER_SOCKET_CLOSURE:
+ case SHADER_SOCKET_UNDEFINED:
break;
}
}