From 5953e2ce95dc0cb809d529c4103ae6b80f0248c0 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 4 Apr 2014 10:47:58 +0200 Subject: Remove some compilation warnings --- src/dabInputZmq.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dabInputZmq.cpp') diff --git a/src/dabInputZmq.cpp b/src/dabInputZmq.cpp index 95446d1..ffe1e6b 100644 --- a/src/dabInputZmq.cpp +++ b/src/dabInputZmq.cpp @@ -196,7 +196,7 @@ int DabInputZmqBase::readFrame(void* buffer, int size) /******** MPEG input *******/ // Read a MPEG frame from the socket, and push to list -int DabInputZmqMPEG::readFromSocket(int framesize) +int DabInputZmqMPEG::readFromSocket(size_t framesize) { bool messageReceived; zmq::message_t msg; @@ -249,7 +249,7 @@ int DabInputZmqMPEG::readFromSocket(int framesize) // Read a AAC+ superframe from the socket, cut it into five frames, // and push to list -int DabInputZmqAAC::readFromSocket(int framesize) +int DabInputZmqAAC::readFromSocket(size_t framesize) { bool messageReceived; zmq::message_t msg; -- cgit v1.2.3