crash_reporter: Mark the euid parameter as __unused.

This fixes an unused parameter warning.

Bug: 27378717
Change-Id: Ieb50dfd60a565e0cd77e8179c21cbe8e65ebdd9d
This commit is contained in:
James Hawkins 2016-02-26 15:44:46 -08:00
parent 2913fa1908
commit b2de40a4fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;