Revert "Cleanup: Fix unused-private-field warning."
This reverts commit 43c48965d7.
It created a new warning on GCC: -Wattribute (ignored attribute) as
GCC doesn't warn about unused private fields.
This commit is contained in:
@@ -39,7 +39,7 @@ class TreeElementOverridesBase final : public AbstractTreeElement {
|
||||
};
|
||||
|
||||
class TreeElementOverridesProperty final : public AbstractTreeElement {
|
||||
[[maybe_unused]] ID &id_;
|
||||
ID &id_;
|
||||
IDOverrideLibraryProperty &override_prop_;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user