mirror of git://sourceware.org/git/glibc.git
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