xorg-libx11/include
Alan Coopersmith 563ddd4ff5 BufAlloc: add do { ... } while (0) to avoid -Wextra-semi-stmt warnings
Clears 46 warnings from clang of the form:

XKB.c:207:69: warning: empty expression statement has no effect;
 remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
        BufAlloc(char *, out, (((size * 2) + (unsigned) 3) / 4) * 4);
                                                                    ^

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/272>
2024-11-10 11:46:43 -08:00
..
X11 BufAlloc: add do { ... } while (0) to avoid -Wextra-semi-stmt warnings 2024-11-10 11:46:43 -08:00
Makefile.am xkb: Provide <X11/extensions/XKBgeom.h> ourselves 2019-09-24 13:02:47 -04:00