diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-27 01:25:00 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-27 01:25:00 +0200 |
commit | e236a39d9233ed91f4359146898ac5a26536bf02 (patch) | |
tree | deb4fa945436ac2a0637285c43d5efa5175b3e0f | |
parent | a6d80f95edfa9dd1b3f112c0c5d81aa19f8a533f (diff) |
These files are C, not C++LO-BASE-INTEGRATION-DEV300_m98
-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 48a57d7ae..1990164b1 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 4a1a11f08..6a70c5528 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; } |