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

CI_GET_*_INFO_*: add do ... while (0) to avoid -Wextra-semi-stmt warnings


Clears 24 warnings from clang of the form:

TextExt16.c:63:34: warning: empty expression statement has no effect;
 remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
        CI_GET_DEFAULT_INFO_1D (fs, def);
                                        ^

Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <xorg/lib/libx11!272>
parent 68912288
No related branches found
No related tags found
No related merge requests found
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