[Groonga-commit] [Still Failing] groonga/groonga#1852 (master - ba4f11d)

Back to archive index

Travis CI notif****@travi*****
Tue Jun 11 14:38:59 JST 2013


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

Build: #1852
Status: Still Failing

Duration: 8 minutes and 56 seconds
Commit: ba4f11d (master)
Author: Kouhei Sutou
Message: clang: suppress warnings

Cast to "char *" explicitly.

    lib/hash.c:1321:16: warning: returning
          'uint8_t [4]' from a function with result type 'char *' converts between
          pointers to integer types with different sign [-Wpointer-sign]
            return entry->io_entry.key.buf;
                   ^~~~~~~~~~~~~~~~~~~~~~~
    lib/hash.c:1327:16: warning: returning
          'uint8_t [8]' from a function with result type 'char *' converts between
          pointers to integer types with different sign [-Wpointer-sign]
            return entry->tiny_entry.key.buf;
                   ^~~~~~~~~~~~~~~~~~~~~~~~~
    lib/hash.c:1334:14: warning: returning
          'uint8_t [4]' from a function with result type 'char *' converts between
          pointers to integer types with different sign [-Wpointer-sign]
          return entry->plain_entry.key;
                 ^~~~~~~~~~~~~~~~~~~~~~
    lib/hash.c:1336:14: warning: returning
          'uint8_t [1]' from a function with result type 'char *' converts between
          pointers to integer types with different sign [-Wpointer-sign]
          return entry->rich_entry.key_and_value;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View the changeset: https://github.com/groonga/groonga/compare/7e9fa932f0c4...ba4f11ded2e3

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

--

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