* tests/test-argmatch.c: Omit semicolon after ARGMATCH_DEFINE_GROUP
invocation.
+2020-09-05 Bruno Haible <bruno@clisp.org>
+
+ argmatch tests: Fix ISO C compliance warning.
+ * tests/test-argmatch.c: Omit semicolon after ARGMATCH_DEFINE_GROUP
+ invocation.
+
2020-09-05 Bruno Haible <bruno@clisp.org>
uniname/uniname: Fix -Wshadow warning.
numbered_backups, numbered_backups, numbered_backups
};
-ARGMATCH_DEFINE_GROUP(backup, enum backup_type);
+ARGMATCH_DEFINE_GROUP(backup, enum backup_type)
static const argmatch_backup_doc argmatch_backup_docs[] =
{