mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 04:37:52 +00:00
Fix compile errors in Clang
This commit is contained in:
parent
a7a57c04c6
commit
da564d3fe0
1 changed files with 0 additions and 1 deletions
|
@ -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(); }
|
||||
|
|
Loading…
Reference in a new issue