From 4272dc5b5781c1fc43a00e9d34a9ef837d83849c Mon Sep 17 00:00:00 2001 From: "mcmullen%netscape.com" Date: Thu, 7 Jan 1999 02:11:24 +0000 Subject: [PATCH] Fix unused parameter warning. git-svn-id: svn://10.0.0.236/trunk@17290 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/base/src/windows/nsFileSpecWin.cpp | 2 +- mozilla/xpcom/io/nsFileSpecWin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/base/src/windows/nsFileSpecWin.cpp b/mozilla/base/src/windows/nsFileSpecWin.cpp index 4bfed1a135a..bc138c64fec 100644 --- a/mozilla/base/src/windows/nsFileSpecWin.cpp +++ b/mozilla/base/src/windows/nsFileSpecWin.cpp @@ -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! diff --git a/mozilla/xpcom/io/nsFileSpecWin.cpp b/mozilla/xpcom/io/nsFileSpecWin.cpp index 4bfed1a135a..bc138c64fec 100644 --- a/mozilla/xpcom/io/nsFileSpecWin.cpp +++ b/mozilla/xpcom/io/nsFileSpecWin.cpp @@ -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!