[Groonga-commit] [Broken] groonga/groonga#1859 (master - 6a43228)

Back to archive index

Travis CI notif****@travi*****
Tue Jun 11 15:55:59 JST 2013


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

Build: #1859
Status: Broken

Duration: 11 minutes and 32 seconds
Commit: 6a43228 (master)
Author: Kouhei Sutou
Message: clang: suppress warnings

Use uint32_t for value size.

    lib/str.c:2528:90: warning: passing 'int *' to
          parameter of type 'uint32_t *' (aka 'unsigned int *') converts between
          pointers to integer types with different sign [-Wpointer-sign]
      ...*ri = (grn_rset_recinfo *)grn_obj_get_value_(ctx, a->obj, id, &vs);
                                                                       ^~~
    lib/db.h:232:89: note: passing argument to
          parameter 'size' here
      ...*ctx, grn_obj *obj, grn_id id, uint32_t *size);
                                                  ^
    lib/str.c:2535:90: warning: passing 'int *' to
          parameter of type 'uint32_t *' (aka 'unsigned int *') converts between
          pointers to integer types with different sign [-Wpointer-sign]
      ...*ri = (grn_rset_recinfo *)grn_obj_get_value_(ctx, a->obj, id, &vs);
                                                                       ^~~
    lib/db.h:232:89: note: passing argument to
          parameter 'size' here
      ...*ctx, grn_obj *obj, grn_id id, uint32_t *size);
                                                  ^

View the changeset: https://github.com/groonga/groonga/compare/99de271a4cc6...6a432285606d

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

--

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