summaryrefslogtreecommitdiff
path: root/sal/osl/unx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-03-16 21:50:24 +0100
committerMichael Stahl <mstahl@redhat.com>2012-03-16 22:18:42 +0100
commit00eebf6403690fa1d90ca4e51835715d9f251504 (patch)
treece728f633da129f87fe61b8e279694cf517d51d9 /sal/osl/unx
parent7b37265b8e1afe480a6bbd271bf48fa1cbb44d55 (diff)
sal: fix warnings
Diffstat (limited to 'sal/osl/unx')
-rw-r--r--sal/osl/unx/process.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx
index c5a608bc12c5..ff68fded7658 100644
--- a/sal/osl/unx/process.cxx
+++ b/sal/osl/unx/process.cxx
@@ -218,7 +218,7 @@ oslProcessError SAL_CALL osl_searchPath_impl(const sal_Char* pszName, const sal_
osl_sendResourcePipe
*********************************************/
-sal_Bool osl_sendResourcePipe(oslPipe pPipe, oslSocket pSocket)
+sal_Bool osl_sendResourcePipe(oslPipe /*pPipe*/, oslSocket /*pSocket*/)
{
return osl_Process_E_InvalidError;
}
@@ -227,7 +227,7 @@ sal_Bool osl_sendResourcePipe(oslPipe pPipe, oslSocket pSocket)
osl_receiveResourcePipe
*********************************************/
-oslSocket osl_receiveResourcePipe(oslPipe pPipe)
+oslSocket osl_receiveResourcePipe(oslPipe /*pPipe*/)
{
oslSocket pSocket = 0;
return pSocket;