[Groonga-commit] [Fixed] groonga/groonga#582 (master - e8e2dca)

Back to archive index

Travis-CI notif****@travi*****
Fri Aug 10 18:54:31 JST 2012


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

Build: #582
Status: Fixed

Duration: 12 minutes and 26 seconds
Commit: e8e2dca (master)
Author: Kouhei Sutou
Message: clang: suppress a warning

proc.c:2219:15: warning: implicit conversion from enumeration type
      'grn_log_level' to different enumeration type 'grn_rc' [-Wconversion]
          ERR(GRN_ERROR, "invalid column type");
          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ctx.h:78:21: note: expanded from macro 'GRN_ERROR'
#define  GRN_ERROR  GRN_LOG_ERROR
                    ^
./ctx.h:144:45: note: expanded from macro 'ERR'
#define ERR(rc,...) ERRSET(ctx, GRN_ERROR, (rc),  __VA_ARGS__)
                                            ^
./ctx.h:118:15: note: expanded from macro 'ERRSET'
  ctx_->rc = (r);\
           ~  ^

View the changeset: https://github.com/groonga/groonga/compare/63032b1cad7b...e8e2dca3ba52

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

--

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