GNOME Bugzilla – Bug 735589
[PATCH] Remove not needed variable initialization in src/classdef.cpp
Last modified: 2014-12-25 16:02:21 UTC
Created attachment 284680 [details] [review] proposed improvement Please review the attached patch, which simply removes not needed variable initialization in src/classdef.cpp. In addition, the local variable count can be declared as const, because it is used read only inside the function scope. Best regards and many thanks Martin Ettl
Thanks, I'll include the patch in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.9. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).