[Groonga-commit] [Broken] groonga/groonga#1860 (master - 4b26c30)

アーカイブの一覧に戻る

Travis CI notif****@travi*****
Tue Jun 11 16:05:32 JST 2013


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

Build: #1860
Status: Broken

Duration: 15 minutes and 17 seconds
Commit: 4b26c30 (master)
Author: Kouhei Sutou
Message: clang: suppress a warning

Use "char *" instead of "byte *" for byte string because we check only
whether any '\0' character exists or not.

    lib/str.c:3263:9: warning: initializing 'byte *'
          (aka 'unsigned char *') with an expression of type 'char *' converts
          between pointers to integer types with different sign [-Wpointer-sign]
      byte *v = GRN_BULK_HEAD(obj);
            ^   ~~~~~~~~~~~~~~~~~~

View the changeset: https://github.com/groonga/groonga/compare/6a432285606d...4b26c30992bb

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

--

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
アーカイブの一覧に戻る