From 802fc6e77ea71fdf057f0046ef09966dc26d257c Mon Sep 17 00:00:00 2001 From: bsongis Date: Sun, 22 Apr 2012 13:01:54 +0000 Subject: [PATCH] Warning removed --- src/open9x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open9x.cpp b/src/open9x.cpp index 7940e2bb7..4f20e2071 100644 --- a/src/open9x.cpp +++ b/src/open9x.cpp @@ -1341,7 +1341,7 @@ uint16_t active_functions = 0; // current max = 16 functions void evalFunctions() { - assert(sizeof(active_functions)*8 > FUNC_MAX-NUM_CHNOUT); + assert((int)(sizeof(active_functions)*8) > (int)(FUNC_MAX-NUM_CHNOUT)); for (uint8_t i=0; i