[ovs-build] Passed: ovsrobot/ovs#3203 (series_209060 - c7b53e8)

Travis CI builds at travis-ci.org
Wed Oct 21 05:31:12 UTC 2020


Build Update for ovsrobot/ovs
-------------------------------------

Build: #3203
Status: Passed

Duration: 1 hr, 14 mins, and 46 secs
Commit: c7b53e8 (series_209060)
Author: Greg Rose
Message: compat: Fix compile warning

In ../compat/nf_conntrack_reasm.c nf_frags_cache_name is declared
if OVS_NF_DEFRAG6_BACKPORT is defined.  However, later in the patch
it is only used if HAVE_INET_FRAGS_WITH_FRAGS_WORK is defined and
HAVE_INET_FRAGS_RND is not defined.  This will cause a compile warning
about unused variables.

Fix it up by using the same defines that enable its use to decide
if it should be declared and avoid the compiler warning.

Fixes: 4a90b277baca ("compat: Fixup ipv6 fragmentation on 4.9.135+ kernels")
Signed-off-by: Greg Rose <gvrose8192 at gmail.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/6c2696ddcb74...c7b53e8d1c50

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


--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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/20201021/d8ad4bd9/attachment-0001.html>


More information about the build mailing list