]> sourceware.org Git - glibc.git/commitdiff
inet: Avoid label at end of compound statement in tst-if_nameindex
authorFlorian Weimer <fweimer@redhat.com>
Mon, 26 Aug 2024 14:45:31 +0000 (16:45 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 26 Aug 2024 14:45:31 +0000 (16:45 +0200)
This fails to compile with GCC 8.

inet/tst-if_nameindex.c

index b025cdb3a7c6b68c19ebbec25d266383799d45e0..5b905601245bef344b4b3ca388cde937e921e061 100644 (file)
@@ -105,6 +105,7 @@ do_test (void)
       TEST_VERIFY (errno == ENODEV);
 
     not_this_one:
+      ;
     }
 
 
This page took 0.036497 seconds and 5 git commands to generate.