gcc 4 cleanups (mostly unsigned char* vs char*)
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
#include "buffer.h"
|
||||
|
||||
static int dummyreadwrite(int fd,char* buf,unsigned long int len) {
|
||||
(void)fd;
|
||||
(void)buf;
|
||||
(void)len;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user