Avoid some compiler warnings.
committer: mfx <mfx> 968567027 +0000
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
||||
//
|
||||
**************************************************************************/
|
||||
|
||||
MemBuffer::MemBuffer(unsigned size=0) :
|
||||
MemBuffer::MemBuffer(unsigned size) :
|
||||
ptr(NULL), alloc_ptr(NULL), alloc_size(0)
|
||||
{
|
||||
if (size > 0)
|
||||
|
||||
Reference in New Issue
Block a user