From 711f52b5a1f114ae911d0e072498c81831c0b814 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 19 Jun 2015 10:45:20 +0200 Subject: remove warning due to signedness of comparison --- src/DabMux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DabMux.cpp b/src/DabMux.cpp index 972a4a2..e7da965 100644 --- a/src/DabMux.cpp +++ b/src/DabMux.cpp @@ -455,7 +455,7 @@ int main(int argc, char *argv[]) etiLog.level(info) << "Start loop"; /* Each iteration of the main loop creates one ETI frame */ - ssize_t currentFrame; + size_t currentFrame; for (currentFrame = 0; running; currentFrame++) { mux.mux_frame(outputs); -- cgit v1.2.3