From 5fba644ada7731b168c005298330515d51402179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 3 Sep 2016 18:06:11 +0200 Subject: [PATCH] Fix FTBFS with GCC6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/common/port/parallel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/port/parallel.h b/src/common/port/parallel.h index d25529d..0a135af 100644 --- a/src/common/port/parallel.h +++ b/src/common/port/parallel.h @@ -52,7 +52,7 @@ private: int _fd; TQString _device; struct RequestData { - int read, write; + unsigned int read, write; }; static const RequestData REQUEST_DATA[Nb_RequestTypes]; uchar _images[Nb_RequestTypes];