Bugzilla – Bug 921
Inconsistent declaration of class/struct Object in object.h
Last modified: 2010-05-27 02:35:09 UTC
Mismatched declaration fails static analysis (clang). No real problem functionally. In file included from ../src/core/object.cc:22: ../src/core/object.h:232:10: error: class 'ObjectDeleter' was previously declared as a struct [-Wmismatched-tags] friend class ObjectDeleter; ^~~~~ struct ../src/core/object.h:42:8: note: previous use is here struct ObjectDeleter ^ 1 error generated.
Created attachment 884 [details] Proposed patch
applied: changeset a1e00acc5986