]> git.ipfire.org Git - thirdparty/iproute2.git/commit
configure: fix elftest when warnings enabled
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 15 Dec 2016 03:09:55 +0000 (19:09 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 15 Dec 2016 03:11:02 +0000 (19:11 -0800)
commit9f9ccc89f7894998d713a61a537374849797cbe0
treeff509d6c3c166115f63fa3442ff0da05b75231c7
parent8b59612f99f6e854a3f918c40b843d8df240d1e5
configure: fix elftest when warnings enabled

If compile testing with -W then elftest.c would fail because
of unused variables.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
configure