]> git.ozlabs.org Git - ccan/commitdiff
configurator: Fix warning in HAVE_FOR_LOOP_DECLARATION
authorKevin Locke <kevin@kevinlocke.name>
Fri, 23 Sep 2016 03:33:13 +0000 (21:33 -0600)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 27 Sep 2016 05:39:45 +0000 (15:39 +1000)
Visual C++ prints "warning C4702: unreachable code" due to the return
statement after the for loop which is never reached.  Fix this by
setting a variable returned by a single return statement at the end.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

No differences found