[ovs-build] Passed: shushen/ovs#16 (ofp_port_t - d415c58)

Travis CI builds at travis-ci.org
Sat Jan 14 01:23:01 UTC 2017


Build Update for shushen/ovs
-------------------------------------

Build: #16
Status: Passed

Duration: 1 hour, 3 minutes, and 40 seconds
Commit: d415c58 (ofp_port_t)
Author: Shu Shen
Message: Use PRIu32 format for ofp_port_t

Although ofp_port_t uses a 16-bit range, it is defined as a 32-bit type.
The format strings throughout the code base were using PRIu16 for
ofp_port_t which leads to the compiler to throw Wformat message on
platforms that don't promote 16-bit to 32-bit integers, e.g., on macOS.

Signed-off-by: Shu Shen <shu.shen at gmail.com>

View the changeset: https://github.com/shushen/ovs/compare/bd4e172b287c^...d415c58f5579

View the full build log and details: https://travis-ci.org/shushen/ovs/builds/191809904

--

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/20170114/9fe5819b/attachment.html>


More information about the build mailing list