From f6246c6ce533b1f2fdcc80550dfe3a5e19f9c706 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: 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 (cherry picked from commit 5fba644ada7731b168c005298330515d51402179) --- src/common/port/parallel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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]; -- cgit v1.2.1