Build Update for libvirt/libvirt
-------------------------------------
Build: #568
Status: Fixed
Duration: 16 minutes and 1 second
Commit: 2925f93 (master)
Author: Jiri Denemark
Message: tests: Fix build with clang
clang doesn't like mode_t type as an argument to va_arg():
error: second argument to 'va_arg' is of promotable type 'mode_t' (aka
'unsigned short'); this va_arg has undefined behavior because arguments
will be promoted to 'int'
mode = va_arg(ap, mode_t);
^~~~~~
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
View the changeset:
https://github.com/libvirt/libvirt/compare/000e95045595...2925f9395eed
View the full build log and details:
https://travis-ci.org/libvirt/libvirt/builds/283557781?utm_source=email&a...
--
You can configure recipients for build notifications in your .travis.yml file. See
https://docs.travis-ci.com/user/notifications