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

Commit c625acf2 authored by James Hawkins's avatar James Hawkins Committed by Gerrit Code Review
Browse files

Merge "crash_reporter: Mark the euid parameter as __unused."

parents 9218477a b2de40a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ bool CrashCollector::GetUserInfoFromName(const std::string &name,
  return true;
}

bool CrashCollector::GetCreatedCrashDirectoryByEuid(uid_t euid,
bool CrashCollector::GetCreatedCrashDirectoryByEuid(uid_t euid __unused,
                                                    FilePath *crash_directory,
                                                    bool *out_of_capacity) {
  if (out_of_capacity) *out_of_capacity = false;