susumu.yata
null+****@clear*****
Wed Sep 10 11:50:54 JST 2014
susumu.yata 2014-09-10 11:50:54 +0900 (Wed, 10 Sep 2014) New Revision: 2b8e8a152aaac0c89f642ca0f1ce8b624d1022cc https://github.com/groonga/grnxx/commit/2b8e8a152aaac0c89f642ca0f1ce8b624d1022cc Message: Suppress warnings for unused arguments in pipeline.cpp. Modified files: lib/grnxx/pipeline.cpp Modified: lib/grnxx/pipeline.cpp (+1 -1) =================================================================== --- lib/grnxx/pipeline.cpp 2014-09-10 11:50:31 +0900 (1394fbb) +++ lib/grnxx/pipeline.cpp 2014-09-10 11:50:54 +0900 (1c95f62) @@ -185,7 +185,7 @@ bool Pipeline::flush(Error *error, Array<Record> *records) { unique_ptr<Pipeline> Pipeline::create(Error *error, const Table *table, unique_ptr<PipelineNode> &&root, - const PipelineOptions &options) { + const PipelineOptions &) { unique_ptr<Pipeline> pipeline( new (nothrow) Pipeline(table, std::move(root))); if (!pipeline) { -------------- next part -------------- HTML����������������������������... 下載