* 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-06 Bruno Haible <bruno@clisp.org>
doc: Refine documentation of MSVC support for shared libraries.
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)
{