From 67a5f332ea028ef1f201144979b3ef7ad17a6a61 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 27 Jan 2011 01:25:00 +0200 Subject: These files are C, not C++ --- sal/osl/w32/diagnose.c | 2 +- sal/osl/w32/util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sal') 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; } -- cgit v1.2.3