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

-Werror,-Wunused-function (clang-cl)

Change-Id: I19292f03c1a28eed8712dc83dc9cc0334c8f45e3
üst 5fbe5e96
...@@ -662,7 +662,6 @@ sal_IntPtr WinFontFace::GetFontId() const ...@@ -662,7 +662,6 @@ sal_IntPtr WinFontFace::GetFontId() const
return mnId; return mnId;
} }
static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);}
static inline DWORD CalcTag( const char p[5]) { return (p[0]+(p[1]<<8)+(p[2]<<16)+(p[3]<<24)); } static inline DWORD CalcTag( const char p[5]) { return (p[0]+(p[1]<<8)+(p[2]<<16)+(p[3]<<24)); }
void WinFontFace::UpdateFromHDC( HDC hDC ) const void WinFontFace::UpdateFromHDC( HDC hDC ) const
......
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