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

This commit is contained in:
Sergey Sharybin
2015-03-27 15:53:10 +05:00
parent 4393b60579
commit 052ebd6564

View File

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