Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7069737 authored by Yi Kong's avatar Yi Kong Committed by Android (Google) Code Review
Browse files

Merge "Silience compiler errors from clang-r563880" into main

parents 86883f53 993ce22f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@ public:
    using Visitor = std::function<void(Layer*)>;

private:
    const StateSet mStateSet;
    // FIXME: This is set but not used anywhere.
    [[maybe_unused]] const StateSet mStateSet;
};
}

+3 −2
Original line number Diff line number Diff line
@@ -68,7 +68,8 @@ private:
    bool isLayerRelevant(int32_t layerId);

    // The UID of whoever created our ISessionManager connection
    const uid_t mUid;
    // FIXME: This is set but is not used anywhere.
    [[maybe_unused]] const uid_t mUid;

    // State owned by the main thread