[Groonga-commit] [Broken] groonga/groonga#1851 (master - 7e9fa93)

Back to archive index

Travis CI notif****@travi*****
Tue Jun 11 14:21:00 JST 2013


Build Update for groonga/groonga
-------------------------------------

Build: #1851
Status: Broken

Duration: 11 minutes and 46 seconds
Commit: 7e9fa93 (master)
Author: Kouhei Sutou
Message: clang: suppress warnings

    lib/expr.c:4178:63: warning: passing 'uint32_t *'
          (aka 'unsigned int *') to parameter of type 'int *' converts between
          pointers to integer types with different sign [-Wpointer-sign]
                  if (grn_column_index(ctx, *p, c->op, &index, 1, &sid)) {
                                                                  ^~~~
    include/groonga.h:1854:69: note: passing argument
          to parameter 'section' here
                                 grn_obj **indexbuf, int buf_size, int *section);
                                                                        ^
    lib/expr.c:4183:63: warning: passing 'uint32_t *'
          (aka 'unsigned int *') to parameter of type 'int *' converts between
          pointers to integer types with different sign [-Wpointer-sign]
                  if (grn_column_index(ctx, *p, c->op, &index, 1, &sid)) {
                                                                  ^~~~
    include/groonga.h:1854:69: note: passing argument
          to parameter 'section' here
                                 grn_obj **indexbuf, int buf_size, int *section);
                                                                        ^

View the changeset: https://github.com/groonga/groonga/compare/b963095e0934...7e9fa932f0c4

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/7972139

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration


-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the Groonga-commit mailing list
Back to archive index