Fix few unused variable warnings
This commit is contained in:
parent
c6af0c5a67
commit
ee8d47cec4
6 changed files with 12 additions and 0 deletions
|
|
@ -4875,6 +4875,7 @@ public:
|
|||
String *classname = Swig_class_name(parent);
|
||||
String *rclassname = Swig_class_name(getCurrentClass());
|
||||
assert(rclassname);
|
||||
(void)rclassname;
|
||||
|
||||
String *parms = make_pyParmList(n, true, false, allow_kwargs);
|
||||
/* Pass 'self' only if using director */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue