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 | 67a5f332ea028ef1f201144979b3ef7ad17a6a61 (patch) | |
tree | b50972820f9676c9daa13ccacc6b3cd517aa1779 /sal | |
parent | 72f06717f64243c5d17c3e9ebab1696920e1e6f4 (diff) |
These files are C, not C++
Notes
Notes:
split repo tag: ure_LO-BASE-INTEGRATION-DEV300_m98
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; } |