[Groonga-commit] [Errored] groonga/groonga#1848 (master - 4635438)

アーカイブの一覧に戻る

Travis CI notif****@travi*****
Tue Jun 11 14:07:56 JST 2013


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

Build: #1848
Status: Errored

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

Use uint32_t for object type. It should be uint8_t but GRN_B_DEC()
requires uint32_t for result space. So I use uint32_t instead of
uint8_t.

    lib/expr.c:440:18: warning: comparison of
          constant 32 with expression of type 'grn_expr_pack_type' is always false
          [-Wtautological-constant-out-of-range-compare]
        if (GRN_TYPE <= type && type <= GRN_COLUMN_INDEX) { /* error */ }
            ~~~~~~~~ ^  ~~~~
    lib/expr.c:440:34: warning: comparison of
          constant 72 with expression of type 'grn_expr_pack_type' is always true
          [-Wtautological-constant-out-of-range-compare]
        if (GRN_TYPE <= type && type <= GRN_COLUMN_INDEX) { /* error */ }
                                ~~~~ ^  ~~~~~~~~~~~~~~~~
    lib/expr.c:467:20: warning: comparison of
          constant 32 with expression of type 'grn_expr_pack_type' is always false
          [-Wtautological-constant-out-of-range-compare]
          if (GRN_TYPE <= type && type <= GRN_COLUMN_INDEX) {
              ~~~~~~~~ ^  ~~~~
    lib/expr.c:467:36: warning: comparison of
          constant 72 with expression of type 'grn_expr_pack_type' is always true
          [-Wtautological-constant-out-of-range-compare]
          if (GRN_TYPE <= type && type <= GRN_COLUMN_INDEX) {
                                  ~~~~ ^  ~~~~~~~~~~~~~~~~

View the changeset: https://github.com/groonga/groonga/compare/4ab718beb858...46354384a3e4

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

--

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