소스 검색

Fix compile errors in Clang

Yuri Kunde Schlesner 11 년 전
부모
커밋
da564d3fe0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/common/swap.h

+ 0 - 1
src/common/swap.h

@@ -85,7 +85,6 @@ public:
         return *this;
     }
 
-    operator long() const { return (long)swap(); }    
     operator s8() const { return (s8)swap(); }
     operator u8() const { return (u8)swap(); }
     operator s16() const { return (s16)swap(); }