diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-11-11 11:27:11 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-11-11 22:51:28 +0200 |
commit | 3a5f8de40904e200b435a21a6de271adff623d4b (patch) | |
tree | c6cd9e8da68acb7eb83c9aca2e62fbebd52a4101 /sal/osl/unx/file_volume.cxx | |
parent | 3ba78a2d45a4b58198a700cb0a4621838618d5f1 (diff) |
WaE: defined but not used
Diffstat (limited to 'sal/osl/unx/file_volume.cxx')
-rw-r--r-- | sal/osl/unx/file_volume.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx index 09ba56187068..62c1986bb568 100644 --- a/sal/osl/unx/file_volume.cxx +++ b/sal/osl/unx/file_volume.cxx @@ -542,7 +542,7 @@ oslFileError osl_releaseVolumeDeviceHandle( oslVolumeDeviceHandle Handle ) return osl_File_E_None; } -#if !defined(MACOSX) && !defined(AIX) && !defined(ANDROID) +#if !defined(MACOSX) && !defined(AIX) && !defined(IOS) && !defined(ANDROID) /***************************************** * osl_newVolumeDeviceHandleImpl @@ -1145,14 +1145,14 @@ static oslFileError osl_unmountFloppy(oslVolumeDeviceHandle hFloppy) } #endif -#if ( defined(NETBSD) || defined(IOS) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) ) +#if ( defined(NETBSD) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) ) static sal_Bool osl_getFloppyMountEntry(const sal_Char* pszPath, oslVolumeDeviceHandleImpl* pItem) { return sal_False; } #endif /* NETBSD || FREEBSD || OPENBSD */ -#if ( defined(NETBSD) || defined(IOS) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) ) +#if ( defined(NETBSD) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) ) static sal_Bool osl_isFloppyMounted(oslVolumeDeviceHandleImpl* pDevice) { return sal_False; |