Kaydet (Commit) 8c045e63 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-function

Change-Id: I8167a8134b043fa1737d9a1ea67c9401de1a38da
üst da4a916f
......@@ -50,14 +50,10 @@ inline static void SwapUShort( sal_uInt16& r )
{ r = OSL_SWAPWORD(r); }
inline static void SwapShort( short& r )
{ r = OSL_SWAPWORD(r); }
inline static void SwapLong( long& r )
{ r = OSL_SWAPDWORD(r); }
inline static void SwapULong( sal_uInt32& r )
{ r = OSL_SWAPDWORD(r); }
inline static void SwapLongInt( sal_Int32& r )
{ r = OSL_SWAPDWORD(r); }
inline static void SwapLongUInt( unsigned int& r )
{ r = OSL_SWAPDWORD(r); }
inline static void SwapUInt64( sal_uInt64& r )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment