From 5fb85ef2c2465a4192e60c8c671904c143ecc6c9 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 20 Dec 2016 10:23:55 +0100 Subject: Fix strict compiler warning in generated C++ RNA --- source/blender/makesrna/intern/makesrna.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/makesrna.c') diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c index d5576978e23..4552c773097 100644 --- a/source/blender/makesrna/intern/makesrna.c +++ b/source/blender/makesrna/intern/makesrna.c @@ -3765,7 +3765,7 @@ static const char *cpp_classes = "" "\n" "private:\n" " const CollectionIterator& operator = " -"(const CollectionIterator& copy) {}\n" +"(const CollectionIterator& /*copy*/) {}\n" "" " CollectionPropertyIterator iter;\n" " T t;\n" -- cgit v1.2.3