summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-09-03 18:06:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-09-03 18:06:21 +0200
commitf6246c6ce533b1f2fdcc80550dfe3a5e19f9c706 (patch)
tree74fb34d1a1d8bda8c7edbef048286e0c395f7c08
parentd2c856175c4326aa6178270823928e0d95bccc2c (diff)
downloadpiklab-f6246c6ce533b1f2fdcc80550dfe3a5e19f9c706.tar.gz
piklab-f6246c6ce533b1f2fdcc80550dfe3a5e19f9c706.zip
Fix FTBFS with GCC6r14.0.4
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5fba644ada7731b168c005298330515d51402179)
-rw-r--r--src/common/port/parallel.h2
1 files changed, 1 insertions, 1 deletions
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];