Handle 186 -Wextra-semi-stmt warnings from clang
-
DeqAsyncHandler
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings -
Data
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings -
set_toupper
: adddo { ... } while (0)
to avoid-Wextra-semi-stmt
warnings -
BufAlloc
: adddo { ... } while (0)
to avoid-Wextra-semi-stmt
warnings -
_XkbCheckPendingRefresh
: adddo ... while (0)
to avoid-Wextra-semi-stmt
-
OneDataCard32
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings -
_XCreateMutex
/_XFreeMutex
: remove trailing semicolon from definitions -
GetFunc
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings -
PutCommandResource
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings -
poly.h
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings -
RETURN
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings -
CI_GET_*_INFO_*
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings - xcb_io.c: add
do ... while (0)
to avoid-Wextra-semi-stmt
warnings -
DL_APPEND
/DL_DELETE
: remove trailing semicolon from definitions - Xrm.c: remove unnecessary
;
after{}
-
XIM_SET_PAD
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings