[ovs-build] Passed: openvswitch/ovs#5795 (master - 68c5c73)

Travis CI builds at travis-ci.org
Fri Jan 19 15:11:41 UTC 2018


Build Update for openvswitch/ovs
-------------------------------------

Build: #5795
Status: Passed

Duration: 6 minutes and 36 seconds
Commit: 68c5c73 (master)
Author: Aaron Conole
Message: odp-util: Fix compiler warning.

The result of a ternary operation will be promoted at least to int type.
As such, the compiler may generate a warning as: format specifies type
'unsigned char' but the argument has type 'int'

Found with Apple LLVM version 8.1.0 (clang-802.0.42).

Squelch this by preferring the %d format specifier to print 1/0 values.

Fixes: 74c4530dca93 ("ofproto-dpif: Don't slow-path controller actions with pause.")
Cc: Justin Pettit <jpettit at ovn.org>
Signed-off-by: Aaron Conole <aconole at bytheb.org>
Acked-by: Ian Stokes <ian.stokes at intel.com>
Tested-by: Ian Stokes <ian.stokes at intel.com>
Signed-off-by: Justin Pettit <jpettit at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/69f7e92f2913...68c5c73b09e4

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/330544630?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/20180119/8d34d4da/attachment.html>


More information about the build mailing list