Kaydet (Commit) 00eebf64 authored tarafından Michael Stahl's avatar Michael Stahl

sal: fix warnings

üst 7b37265b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment