Re: [PATCH net-next v3] selftests: net: reuseport_addr_any: silence clang warning

2018-12-20 Thread David Miller
From: Peter Oskolkov Date: Thu, 20 Dec 2018 16:41:52 -0800 > Clang does not recognize that calls to error() terminate execution > and complains about uninitialized variable use that happens after calls > to error(). This noop patchset fixes this. > > Signed-off-by: Peter Oskolkov I wonder why

[PATCH net-next v3] selftests: net: reuseport_addr_any: silence clang warning

2018-12-20 Thread Peter Oskolkov
Clang does not recognize that calls to error() terminate execution and complains about uninitialized variable use that happens after calls to error(). This noop patchset fixes this. Signed-off-by: Peter Oskolkov --- tools/testing/selftests/net/reuseport_addr_any.c | 10 ++ 1 file change