mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2025-12-24 10:10:13 +01:00
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: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/272>
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| omDefault.c | ||
| omGeneric.c | ||
| omImText.c | ||
| omText.c | ||
| omTextEsc.c | ||
| omTextExt.c | ||
| omTextPer.c | ||
| omXChar.c | ||