[Groonga-commit] groonga/grnxx at fa217b7 [master] Add a missing return.

Back to archive index

susumu.yata null+****@clear*****
Mon Mar 3 10:59:58 JST 2014


susumu.yata	2014-03-03 10:59:58 +0900 (Mon, 03 Mar 2014)

  New Revision: fa217b7b1e8bbdbe6ac60a95109d5c4a4d48810f
  https://github.com/groonga/grnxx/commit/fa217b7b1e8bbdbe6ac60a95109d5c4a4d48810f

  Message:
    Add a missing return.

  Modified files:
    lib/grnxx/calc_impl.cpp

  Modified: lib/grnxx/calc_impl.cpp (+1 -0)
===================================================================
--- lib/grnxx/calc_impl.cpp    2014-02-28 16:16:27 +0900 (3d27589)
+++ lib/grnxx/calc_impl.cpp    2014-03-03 10:59:58 +0900 (29ad431)
@@ -1292,6 +1292,7 @@ CalcNode *CalcImpl::create_comparer_node(
           binary_operator_type, lhs, rhs);
     }
   }
+  return nullptr;
 }
 
 // 指定された比較演算子と対応するノードを作成する.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index