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:11 +0200 |
commit | 5fba644ada7731b168c005298330515d51402179 (patch) | |
tree | e3cdf6737969112119a3bda38201fe916d7a80d3 /src/common | |
parent | 7e5a8576edbe21c119cf285b72eec630c58aeaf9 (diff) | |
download | piklab-5fba644ada7731b168c005298330515d51402179.tar.gz piklab-5fba644ada7731b168c005298330515d51402179.zip |
Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/common')
-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]; |