commit | cb9a2557e11f294256943f5b4187940d7234820c | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniels@collabora.com> | Fri Aug 24 16:53:25 2018 +0100 |
committer | Daniel Stone <daniels@collabora.com> | Wed Aug 29 09:59:04 2018 +0100 |
tree | 111932ce342e3171c43c1326ba0d2e610380d7e6 | |
parent | 9575d1c772378df73cd421997b70d4a880575911 [diff] |
tests: Overly elaborate compiler warning workaround Clang will rightly point out that example_sockaddr_un in socket-test will get discarded from the compilation unit as it is completely unused. Put in a couple of lines which of no value other than stopping Clang from complaining. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>