зеркало из https://github.com/mozilla/gecko-dev.git
Fix unused parameter warning.
This commit is contained in:
Родитель
0eefc791cf
Коммит
3a010aa9ec
|
@ -143,7 +143,7 @@ void nsNativeFileSpec::operator += (const char* inRelativePath)
|
|||
} // nsNativeFileSpec::operator +=
|
||||
|
||||
//----------------------------------------------------------------------------------------
|
||||
void nsNativeFileSpec::CreateDirectory(int mode)
|
||||
void nsNativeFileSpec::CreateDirectory(int /*mode*/)
|
||||
//----------------------------------------------------------------------------------------
|
||||
{
|
||||
// Note that mPath is canonical!
|
||||
|
|
|
@ -143,7 +143,7 @@ void nsNativeFileSpec::operator += (const char* inRelativePath)
|
|||
} // nsNativeFileSpec::operator +=
|
||||
|
||||
//----------------------------------------------------------------------------------------
|
||||
void nsNativeFileSpec::CreateDirectory(int mode)
|
||||
void nsNativeFileSpec::CreateDirectory(int /*mode*/)
|
||||
//----------------------------------------------------------------------------------------
|
||||
{
|
||||
// Note that mPath is canonical!
|
||||
|
|
Загрузка…
Ссылка в новой задаче