libvirt / libvirt (master)
Build #568 was fixed.
16 minutes and 1 second
Jiri Denemark 2925f93 Changeset →
  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@redhat.com>
System message:

To improve multi-OS workflows and reduce macOS backlogs, we are altering concurrency for open source macOS builds. Read more here.

Default Auto-Cancellations for open source builds has been activated! Read more here.

Want to know about upcoming build environment updates?

Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you! Sign up here.

Would you like to test your private code?

Travis CI for Private Projects could be your new best friend!