[Groonga-commit] [Still Failing] groonga/groonga#1873 (master - fd32766)

Back to archive index

Travis CI notif****@travi*****
Tue Jun 11 17:55:51 JST 2013


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

Build: #1873
Status: Still Failing

Duration: 3 minutes and 58 seconds
Commit: fd32766 (master)
Author: Kouhei Sutou
Message: clang: suppress warnings

Initialize variables explicitly.

    ii.c:3249:21: warning: variable 'dcn0' is used uninitialized whenever '||'
          condition is true [-Wsometimes-uninitialized]
                    if (!actual_db0_chunk_size ||
                        ^~~~~~~~~~~~~~~~~~~~~~
    ii.c:3252:56: note: uninitialized use occurs here
      ...fake_map2(ctx, ii->chunk, &dw0, dc0, dcn0, actual_db0_chunk_size);
                                              ^~~~
    ii.c:3249:21: note: remove the '||' if its condition is always false
                    if (!actual_db0_chunk_size ||
                        ^~~~~~~~~~~~~~~~~~~~~~~~~
    ii.c:3222:50: note: initialize the variable 'dcn0' to silence this warning
      uint32_t dps0, dps1, dls0, dls1, sps, scn, dcn0, dcn1;
                                                     ^
                                                      = 0
    ii.c:3261:27: warning: variable 'dcn1' is used uninitialized whenever '||'
          condition is true [-Wsometimes-uninitialized]
                          if (!actual_db1_chunk_size ||
                              ^~~~~~~~~~~~~~~~~~~~~~
    ii.c:3263:62: note: uninitialized use occurs here
      ...fake_map2(ctx, ii->chunk, &dw1, dc1, dcn1, actual_db1_chunk_size);
                                              ^~~~
    ii.c:3261:27: note: remove the '||' if its condition is always false
                          if (!actual_db1_chunk_size ||
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
    ii.c:3222:56: note: initialize the variable 'dcn1' to silence this warning
      uint32_t dps0, dps1, dls0, dls1, sps, scn, dcn0, dcn1;
                                                           ^
                                                            = 0

View the changeset: https://github.com/groonga/groonga/compare/3f8b8f56567f...fd32766627c4

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

--

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