Fix warnings.

This commit is contained in:
Steve Checkoway
2003-12-24 11:54:11 +00:00
parent 2a833ef55c
commit b45a0969fe
+1 -1
View File
@@ -451,7 +451,7 @@ bool RageFileDriverDirect::Ready()
#endif
}
static const int BUFSIZE = 1024*64;
static const unsigned int BUFSIZE = 1024*64;
RageFileObjDirect::RageFileObjDirect( const CString &path_, int fd_, RageFile &p ):
RageFileObj( p )
{