[Groonga-commit] [Fixed] groonga/groonga#1857 (master - 8f3e75b)

Back to archive index

Travis CI notif****@travi*****
Tue Jun 11 15:24:01 JST 2013


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

Build: #1857
Status: Fixed

Duration: 9 minutes and 9 seconds
Commit: 8f3e75b (master)
Author: Kouhei Sutou
Message: clang: suppress a warning

Use "uint8_t *" for key buffer.

    lib/pat.c:2904:36: warning: passing
          'uint8_t [4096]' to parameter of type 'char *' converts between pointers
          to integer types with different sign [-Wpointer-sign]
      byte_len = rk_conv(key, key_len, keybuf, GRN_TABLE_MAX_KEY_SIZE, &state);
                                       ^~~~~~
    lib/pat.c:2780:50: note: passing argument to
          parameter 'buf' here
      ...*str, uint32_t str_len, char *buf, uint32_t buf_size, uint8_t *statep)
                                       ^

View the changeset: https://github.com/groonga/groonga/compare/7b686b0cd3bb...8f3e75b1419f

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

--

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