summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-07 12:32:25 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-07 14:01:27 +0100
commita60f2238b625fca910db0d5f8ff897eacc6c5adb (patch)
tree359ab00c831d21ae871f4397d6408e00f9c3edcb /sal
parentWaE: suggest parentheses around '&&' within '||' (diff)
downloadcore-a60f2238b625fca910db0d5f8ff897eacc6c5adb.tar.gz
core-a60f2238b625fca910db0d5f8ff897eacc6c5adb.zip
WaE: unused parameter
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/process.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/process.cxx b/sal/osl/w32/process.cxx
index 18eecabc3cd4..968b759523e1 100644
--- a/sal/osl/w32/process.cxx
+++ b/sal/osl/w32/process.cxx
@@ -268,7 +268,7 @@ static struct CommandArgs_Impl g_command_args =
#pragma warning( push )
#pragma warning( disable: 4100 )
#endif
-static rtl_uString ** osl_createCommandArgs_Impl (int argc, char ** argv)
+static rtl_uString ** osl_createCommandArgs_Impl (int argc, char **)
{
rtl_uString ** ppArgs =
(rtl_uString**)rtl_allocateZeroMemory (argc * sizeof(rtl_uString*));