Travis CI
build****@travi*****
Mon Mar 30 21:38:31 JST 2015
Build Update for groonga/groonga
-------------------------------------
Build: #5053
Status: Fixed
Duration: 28 minutes and 51 seconds
Commit: d58895c (master)
Author: Kouhei Sutou
Message: Follow msgpack_packer_write_callback signature change
It's a part of MessagePack 1.0.1 support.
ctx.c: In function 'grn_ctx_impl_init':
ctx.c:558:51: warning: passing argument 3 of 'msgpack_packer_init' from incompatible pointer type
msgpack_packer_init(&ctx->impl->msgpacker, ctx, grn_msgpack_buffer_write);
^
In file included from /tmp/local/include/msgpack.h:27:0,
from grn_ctx_impl.h:30,
from ctx.c:23:
/tmp/local/include/msgpack/pack.h:128:13: note: expected 'msgpack_packer_write' but argument is of type 'int (*)(void *, const char *, unsigned int)'
inline void msgpack_packer_init(msgpack_packer* pk, void* data, msgpack_packer_write callback)
^
GitHub: #328
Reported by Hiroshi Hatake. Thanks!!!
View the changeset: https://github.com/groonga/groonga/compare/6e2d4b38ec67...d58895c5d711
View the full build log and details: https://travis-ci.org/groonga/groonga/builds/56402144
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
-------------- next part --------------
An HTML attachment was scrubbed...
Download