Merge "crash_reporter: Mark the euid parameter as __unused."
This commit is contained in:
commit
c625acf217
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue