diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/diagnose.c | 2 | ||||
-rw-r--r-- | sal/osl/w32/util.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/w32/diagnose.c b/sal/osl/w32/diagnose.c index 382b0c8e5c03..dcd4a553f213 100644 --- a/sal/osl/w32/diagnose.c +++ b/sal/osl/w32/diagnose.c @@ -164,7 +164,7 @@ sal_Bool SAL_CALL osl_assertFailedLine(const sal_Char* pszFileName, sal_Int32 nL return sal_False; /* not sure, don't care */ } -sal_Int32 SAL_CALL osl_reportError(sal_uInt32 /*nType*/, const sal_Char* pszMessage) +sal_Int32 SAL_CALL osl_reportError(sal_uInt32 nType, const sal_Char* pszMessage) { UINT nFlags; int nDisposition; diff --git a/sal/osl/w32/util.c b/sal/osl/w32/util.c index f661c9c7fdbc..ab7e10919012 100644 --- a/sal/osl/w32/util.c +++ b/sal/osl/w32/util.c @@ -30,7 +30,7 @@ -extern sal_Bool SAL_CALL osl_getEthernetAddress( sal_uInt8* /*pAddr*/ ) +extern sal_Bool SAL_CALL osl_getEthernetAddress( sal_uInt8* pAddr ) { return sal_False; } |