diff options
| author | 2014-10-26 00:58:25 -0200 | |
|---|---|---|
| committer | 2014-10-26 16:18:04 -0200 | |
| commit | da564d3fe028c80b75a4c114e6a7afbff3051029 (patch) | |
| tree | 11fc4c50639545cbf403435a2e60de7504b59771 /src/common/swap.h | |
| parent | Merge pull request #150 from lioncash/typo (diff) | |
| download | yuzu-da564d3fe028c80b75a4c114e6a7afbff3051029.tar.gz yuzu-da564d3fe028c80b75a4c114e6a7afbff3051029.tar.xz yuzu-da564d3fe028c80b75a4c114e6a7afbff3051029.zip | |
Fix compile errors in Clang
Diffstat (limited to 'src/common/swap.h')
| -rw-r--r-- | src/common/swap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/swap.h b/src/common/swap.h index 123019fd1..4f8f39efb 100644 --- a/src/common/swap.h +++ b/src/common/swap.h | |||
| @@ -85,7 +85,6 @@ public: | |||
| 85 | return *this; | 85 | return *this; |
| 86 | } | 86 | } |
| 87 | 87 | ||
| 88 | operator long() const { return (long)swap(); } | ||
| 89 | operator s8() const { return (s8)swap(); } | 88 | operator s8() const { return (s8)swap(); } |
| 90 | operator u8() const { return (u8)swap(); } | 89 | operator u8() const { return (u8)swap(); } |
| 91 | operator s16() const { return (s16)swap(); } | 90 | operator s16() const { return (s16)swap(); } |