mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 22:40:18 +00:00
Fixed few warnings
This commit is contained in:
@@ -125,7 +125,7 @@ static void send_response(fd_t fd, struct response *resp);
|
||||
|
||||
static ssize_t write_all(fd_t fd, const void *buf, size_t count)
|
||||
{
|
||||
char *p = (char *) buf;
|
||||
const char *p = (const char *) buf;
|
||||
size_t rest = count;
|
||||
ssize_t w = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user