[Groonga-commit] [Broken] groonga/groonga#1862 (master - 7644b01)

Back to archive index

Travis CI notif****@travi*****
Tue Jun 11 17:01:16 JST 2013


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

Build: #1862
Status: Broken

Duration: 9 minutes and 5 seconds
Commit: 7644b01 (master)
Author: Kouhei Sutou
Message: clang: suppress warnings

Add missing casts.

    lib/token.c:162:21: warning: assigning to
          'const unsigned char *' from 'const char *' converts between pointers to
          integer types with different sign [-Wpointer-sign]
        tokenizer->next =
                        ^
    lib/token.c:190:56: warning: passing
          'const unsigned char *' to parameter of type 'const char *' converts
          between pointers to integer types with different sign [-Wpointer-sign]
        grn_tokenizer_token_push(ctx, &(tokenizer->token), p, r - p, status);
                                                           ^
    include/groonga/tokenizer.h:183:61: note:
          passing argument to parameter 'str_ptr' here
      ...const char *str_ptr, unsigned int str_length,
                     ^

View the changeset: https://github.com/groonga/groonga/compare/e68275e8fcce...7644b0150d2a

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

--

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