[Groonga-commit] [Fixed] groonga/groonga#1856 (master - 7b686b0)

アーカイブの一覧に戻る

Travis CI notif****@travi*****
Tue Jun 11 15:19:49 JST 2013


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

Build: #1856
Status: Fixed

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

Use uint32_t for value size.

    lib/output.c:526: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/output.c:533: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/10183b55f7db...7b686b0cd3bb

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

--

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...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る