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