Fix FTBFS with GCC6

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 8 years ago
parent 7e5a8576ed
commit 5fba644ada

@ -52,7 +52,7 @@ private:
int _fd; int _fd;
TQString _device; TQString _device;
struct RequestData { struct RequestData {
int read, write; unsigned int read, write;
}; };
static const RequestData REQUEST_DATA[Nb_RequestTypes]; static const RequestData REQUEST_DATA[Nb_RequestTypes];
uchar _images[Nb_RequestTypes]; uchar _images[Nb_RequestTypes];

Loading…
Cancel
Save