[Bf-blender-cvs] [052ebd6] master: C++ RNA API: Code cleanup, prepare for strict C++ flags

Sergey Sharybin noreply at git.blender.org
Fri Mar 27 14:24:09 CET 2015


Commit: 052ebd65645d9ecb30293881986b55a66b31bfe4
Author: Sergey Sharybin
Date:   Fri Mar 27 15:53:10 2015 +0500
Branches: master
https://developer.blender.org/rB052ebd65645d9ecb30293881986b55a66b31bfe4

C++ RNA API: Code cleanup, prepare for strict C++ flags

===================================================================

M	source/blender/makesrna/intern/makesrna.c

===================================================================

diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c
index 5f86393..adeee30 100644
--- a/source/blender/makesrna/intern/makesrna.c
+++ b/source/blender/makesrna/intern/makesrna.c
@@ -3763,7 +3763,7 @@ static const char *cpp_classes = ""
 "\n"
 "class DefaultCollectionFunctions {\n"
 "public:\n"
-"	DefaultCollectionFunctions(const PointerRNA &p) {}\n"
+"	DefaultCollectionFunctions(const PointerRNA & /*p*/) {}\n"
 "};\n"
 "\n"
 "\n";




More information about the Bf-blender-cvs mailing list