From 3c92cb528b1d8be341826ec2ff211b2d7a837b7b 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++