* lib/mountlist.c (read_file_system_list): Add semicolon after
_GL_UNUSED_LABEL.
+2021-08-22 Bruno Haible <bruno@clisp.org>
+
+ mountlist: Use recommended syntax for _GL_UNUSED_LABEL.
+ * lib/mountlist.c (read_file_system_list): Add semicolon after
+ _GL_UNUSED_LABEL.
+
2021-08-22 Bruno Haible <bruno@clisp.org>
gnulib-common.m4: Make _GL_UNUSED_LABEL effective for clang.
return mount_list;
- free_then_fail: _GL_UNUSED_LABEL
+ free_then_fail: _GL_UNUSED_LABEL;
{
int saved_errno = errno;
*mtail = NULL;