comparison of integers of different signs [-Wsign-compare]

This commit is contained in:
Philippe Teuwen
2019-04-13 23:38:34 +02:00
parent ce606b51fc
commit 97676d3210
17 changed files with 85 additions and 86 deletions

View File

@@ -231,7 +231,7 @@ void uart_close(const serial_port sp) {
}
bool uart_receive(const serial_port sp, uint8_t *pbtRx, size_t pszMaxRxLen, size_t *pszRxLen) {
int byteCount;
size_t byteCount;
fd_set rfds;
struct timeval tv;