You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove terminating semicolons from do-while-0 (#17554)
The whole point of surrounding a macro definition in `do { } while (0)`
is to safely handle the case of missing braces in an if statement.
Remove the semicolon from the definitions of `DIE_NO_IMPLEMENTATION`,
and `CONTINUE_NO_IMPLEMENTATION`; and put them around all its uses.
0 commit comments