]> Savannah Git Hosting - gnulib.git/commitdiff
mountlist: Use recommended syntax for _GL_UNUSED_LABEL.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Aug 2021 20:26:05 +0000 (22:26 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Aug 2021 20:26:05 +0000 (22:26 +0200)
* lib/mountlist.c (read_file_system_list): Add semicolon after
_GL_UNUSED_LABEL.

ChangeLog
lib/mountlist.c

index 370f972d6163a3d8973e61a9801e80da8560f6dc..196704808dd4fb674e06e8baae03e337a133e799 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index adc8740bfb2a35e3b7eed131d09dc1e8526a4fd2..352b35f359e056cb570c06fcd2e17dc791861596 100644 (file)
@@ -1089,7 +1089,7 @@ read_file_system_list (bool need_fs_type)
   return mount_list;
 
 
- free_then_fail: _GL_UNUSED_LABEL
+ free_then_fail: _GL_UNUSED_LABEL;
   {
     int saved_errno = errno;
     *mtail = NULL;