From f93d0ebadfdd6d38b584293a4bd0950d5a88e423 Mon Sep 17 00:00:00 2001 From: leha-bot Date: Fri, 12 Jan 2018 03:53:30 +0300 Subject: [PATCH] ligtgvoip: get rid of unused & erroneous MIN macro This macro is not used and has an error with parenthesis. At some input arguments it will be generate incorrect code: MIN(a++, b--) -> expands to (a++