Skip to content
Snippets Groups Projects
Commit 9ab8f6a5 authored by Alan Coopersmith's avatar Alan Coopersmith
Browse files

DeqAsyncHandler: add do ... while (0) to avoid -Wextra-semi-stmt warnings


Clears 12 warnings from clang of the form:

cmsCmap.c:194:34: warning: empty expression statement has no effect;
 remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
            DeqAsyncHandler(dpy, &async);
                                        ^

Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <!272>
parent 8703ecf1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment