]> Savannah Git Hosting - gnulib.git/commitdiff
argmatch tests: Fix ISO C compliance warning.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Sep 2020 14:42:06 +0000 (16:42 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 5 Sep 2020 14:42:06 +0000 (16:42 +0200)
* tests/test-argmatch.c: Omit semicolon after ARGMATCH_DEFINE_GROUP
invocation.

ChangeLog
tests/test-argmatch.c

index 052d965c0c731e4bded714c3063c9202dae189e2..10ff53a20df944371add54fc74a2d86fc57fc8a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 24a05008c7de5c670fca3b6773fbd168dd43c98e..89a62efe929b4985acd7fb6b9cc1cd8cc42e617e 100644 (file)
@@ -61,7 +61,7 @@ static const enum backup_type backup_vals[] =
   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[] =
 {