mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ do_test (void)
|
|||
TEST_VERIFY (errno == ENODEV);
|
||||
|
||||
not_this_one:
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue