mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
inet: Avoid label at end of compound statement in tst-if_nameindex
This fails to compile with GCC 8.
This commit is contained in:
parent
f071795d80
commit
79f44e1a47
@ -105,6 +105,7 @@ do_test (void)
|
||||
TEST_VERIFY (errno == ENODEV);
|
||||
|
||||
not_this_one:
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user