mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-10 16:19:59 +00:00
Get rid of a lot of gcc warnings
Mostly signed/unsigned comparisons. Also some bugs, but I don't remember where :D
This commit is contained in:
parent
5ba014640c
commit
b9d402199c
88 changed files with 780 additions and 810 deletions
|
@ -65,7 +65,7 @@ namespace ByteBufferTools
|
|||
template<typename T> void ToLittleEndian(T*); // will generate link error
|
||||
template<typename T> void ToBigEndian(T*); // will generate link error
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#ifdef BB_OLD_GNUC
|
||||
# define BB_MAKE_WRITE_OP(T) inline ByteBuffer& operator<<(T val) { appendT(&val, sizeof(T)); return *this; }
|
||||
|
|
|
@ -30,7 +30,7 @@ namespace ttvfs
|
|||
{
|
||||
class File;
|
||||
class Root;
|
||||
};
|
||||
}
|
||||
typedef ttvfs::File VFILE;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue