From da564d3fe028c80b75a4c114e6a7afbff3051029 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sun, 26 Oct 2014 00:58:25 -0200 Subject: Fix compile errors in Clang --- src/common/swap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/swap.h') diff --git a/src/common/swap.h b/src/common/swap.h index 123019fd..4f8f39ef 100644 --- a/src/common/swap.h +++ b/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(); } -- cgit v1.2.3