-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
I get this error with pygccxml 1.6.0:
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pygccxml/declarations/class_declaration.py", line 603, in find_noncopyable_vars
message +
UnboundLocalError: local variable 'message' referenced before assignment
I am not sure what message should be initialized to in line 603 of declarations/class_declaration.py.
There also non-fatal errors in the logger.debug(...) calls in lines 589-597. These can be fixed by putting parentheses around message + " - array" (analogous for the other cases) to force self.decl_string to match %s in message.
Metadata
Metadata
Assignees
Labels
No labels