aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-08-26 16:45:31 +0200
committerFlorian Weimer <fweimer@redhat.com>2024-08-26 16:45:31 +0200
commit79f44e1a47e87907fb8e97bbd098e01c4adc26a5 (patch)
treed927c262edb34c205f493d87e0b2f2df44d5390b
parentmach: Fix bogus negative return (diff)
downloadglibc-79f44e1a47e87907fb8e97bbd098e01c4adc26a5.tar.xz
glibc-79f44e1a47e87907fb8e97bbd098e01c4adc26a5.zip
inet: Avoid label at end of compound statement in tst-if_nameindex
This fails to compile with GCC 8.
-rw-r--r--inet/tst-if_nameindex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/tst-if_nameindex.c b/inet/tst-if_nameindex.c
index b025cdb3a7..5b90560124 100644
--- a/inet/tst-if_nameindex.c
+++ b/inet/tst-if_nameindex.c
@@ -105,6 +105,7 @@ do_test (void)
TEST_VERIFY (errno == ENODEV);
not_this_one:
+ ;
}