File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ class LayerVector : public SortedVector<sp<Layer>> {
4949 using Visitor = std::function<void (Layer*)>;
5050
5151private:
52- const StateSet mStateSet ;
52+ // FIXME: This is set but not used anywhere.
53+ [[maybe_unused]] const StateSet mStateSet ;
5354};
5455}
5556
Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ class SessionManager : public BnSessionManager {
6868 bool isLayerRelevant (int32_t layerId);
6969
7070 // The UID of whoever created our ISessionManager connection
71- const uid_t mUid ;
71+ // FIXME: This is set but is not used anywhere.
72+ [[maybe_unused]] const uid_t mUid ;
7273
7374 // State owned by the main thread
7475
@@ -99,4 +100,4 @@ class SessionManager : public BnSessionManager {
99100};
100101
101102} // namespace adpf
102- } // namespace android
103+ } // namespace android
You can’t perform that action at this time.
0 commit comments