* lib/argp-help.c (SKIPWS): Remove trailing semicolon.
+2023-09-06 Bruno Haible <bruno@clisp.org>
+
+ argp: Fix clang -Wextra-semi-stmt warning.
+ * lib/argp-help.c (SKIPWS): Remove trailing semicolon.
+
2023-09-05 Bruno Haible <bruno@clisp.org>
unigbrk/u8-grapheme-{next,prev} tests: Fix gcc -Wformat warnings.
const char *var = getenv ("ARGP_HELP_FMT");
struct uparams new_params = uparams;
-#define SKIPWS(p) do { while (isspace ((unsigned char) *p)) p++; } while (0);
+#define SKIPWS(p) do { while (isspace ((unsigned char) *p)) p++; } while (0)
if (var)
{