fix-compiler-warnings

This commit is contained in:
max_10
2018-04-19 20:52:17 +02:00
committed by Thilo Graf
parent f9b108577c
commit 110ad775e6
4 changed files with 6 additions and 5 deletions

View File

@@ -392,7 +392,7 @@ ssize_t BufferingWriteV(int fd, const struct iovec *iov, int ic)
BufferingNode_t *nodePtr = NULL;
uint8_t *dataPtr = NULL;
uint32_t chunkSize = 0;
uint32_t i = 0;
int i = 0;
buff_printf(60, "ENTER\n");
if (fd == videofd)