CreateChannelByNameOrChannel(): add explicit braces
Fix compiler warning:
ifdhandler.c: In function 'CreateChannelByNameOrChannel':
ifdhandler.c:81:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
The problem is that DEBUG_INFO3() is not a code block but a "dangerous"
if () macro.
|