[Groonga-commit] [Fixed] groonga/groonga#573 (master - 97cc4d9)

Zurück zum Archiv-Index

Travis-CI notif****@travi*****
Fri Aug 10 18:22:13 JST 2012


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

Build: #573
Status: Fixed

Duration: 18 minutes and 43 seconds
Commit: 97cc4d9 (master)
Author: Kouhei Sutou
Message: clang: suppress a warning

db.c:3260:45: warning: variable 'key' is uninitialized when used here
      [-Wuninitialized]
      if ((id1 = grn_table_get(ctx, table1, key, key_size))) {
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
../include/groonga.h:1041:82: note: expanded from macro 'GRN_TABLE_EACH'
  ...(grn_array *)(table), (head), (tail), (id), (value), block);\
                                                          ^
../include/groonga.h:2734:7: note: expanded from macro 'GRN_ARRAY_EACH'
      block\
      ^~~~~
db.c:3254:12: note: initialize the variable 'key' to silence this warning
  void *key;
           ^
            = NULL

View the changeset: https://github.com/groonga/groonga/compare/59c3ec43de8e...97cc4d9ff652

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

--

You can configure recipients for build notifications in your .travis.yml file. See http://bit.ly/lCybCJ

The delivery of this notification was kindly sponsored by Postmark. Send transactional email confidently using http://postmarkapp.com



-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index