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