[ovs-build] Passed: blp/ovs-reviews#703 (shadowing - b394683)

Travis CI builds at travis-ci.org
Wed Aug 2 18:13:24 UTC 2017


Build Update for blp/ovs-reviews
-------------------------------------

Build: #703
Status: Passed

Duration: 57 minutes and 36 seconds
Commit: b394683 (shadowing)
Author: Ben Pfaff
Message: Eliminate most shadowing for local variable names.

Shadowing is when a variable with a given name in an inner scope hides a
different variable with the same name in a surrounding scope.  This is
generally undesirable because it can confuse programmers.  This commit
eliminates most of it.

Found with -Wshadow=local in GCC 7.  The repo is not really ready to enable
this option by default because of a few cases that are harder to fix, and
harmless, such as nested use of CMAP_FOR_EACH.

Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/blp/ovs-reviews/compare/1cc1b5f6b0c5^...b39468362e18

View the full build log and details: https://travis-ci.org/blp/ovs-reviews/builds/260292623?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20170802/f2e42e2f/attachment.html>


More information about the build mailing list