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

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

Merge "Add missing WARN_UNUSED attribute"

parents 06ff48f8 974d516e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,7 +55,8 @@ class MatchingResources {
    map_[target_typeid].insert(std::make_pair(target_resid, overlay_resid));
  }

  inline const std::map<TypeId, std::set<std::pair<ResourceId, ResourceId>>>& Map() const {
  inline const std::map<TypeId, std::set<std::pair<ResourceId, ResourceId>>>& WARN_UNUSED
      Map() const {
    return map_;
  }