fix-compiler-warnings

Origin commit data
------------------
Branch: master
Commit: 785f99c065
Author: max_10 <max_10@gmx.de>
Date: 2018-04-19 (Thu, 19 Apr 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-04-19 20:52:17 +02:00
parent 124cb9bafd
commit b695479593
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)