diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-09-03 18:06:11 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-09-03 18:06:21 +0200 |
commit | f6246c6ce533b1f2fdcc80550dfe3a5e19f9c706 (patch) | |
tree | 74fb34d1a1d8bda8c7edbef048286e0c395f7c08 /src | |
parent | d2c856175c4326aa6178270823928e0d95bccc2c (diff) | |
download | piklab-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)
Diffstat (limited to 'src')
-rw-r--r-- | src/common/port/parallel.h | 2 |
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]; |