Add do while(0) protection for macros
Wrapping multi-line macros in do...while(0) statement prevents potential dangling else problem.
Please register or sign in to comment
Wrapping multi-line macros in do...while(0) statement prevents potential dangling else problem.