[Groonga-commit] [Still Failing] groonga/groonga#1872 (master - 3f8b8f5)

Back to archive index

Travis CI notif****@travi*****
Tue Jun 11 17:54:30 JST 2013


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

Build: #1872
Status: Still Failing

Duration: 3 minutes and 13 seconds
Commit: 3f8b8f5 (master)
Author: Kouhei Sutou
Message: clang: suppress a warning

Initialize variable explicitly.

    ii.c:2909:17: warning: variable 'dcn' is used uninitialized whenever '||'
          condition is true [-Wsometimes-uninitialized]
                if (!actual_chunk_size || !(rc = chunk_new(ctx, ii, &dcn,...
                    ^~~~~~~~~~~~~~~~~~
    ii.c:2911:50: note: uninitialized use occurs here
                  fake_map2(ctx, ii->chunk, &dw, dc, dcn, actual_chunk_size);
                                                     ^~~
    ii.c:2909:17: note: remove the '||' if its condition is always false
                if (!actual_chunk_size || !(rc = chunk_new(ctx, ii, &dcn,...
                    ^~~~~~~~~~~~~~~~~~~~~
    ii.c:2886:30: note: initialize the variable 'dcn' to silence this warning
      uint32_t ds, pseg, scn, dcn;
                                 ^
                                  = 0

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

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

--

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
Back to archive index