This commit is contained in:
mcmullen%netscape.com 1999-01-07 02:11:24 +00:00
Родитель 5469780d57
Коммит 6d8e4aa0d8
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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