[Groonga-commit] groonga/groonga at 8b777e1 [master] Suppress a warning

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 24 09:43:42 JST 2014


Kouhei Sutou	2014-11-24 09:43:42 +0900 (Mon, 24 Nov 2014)

  New Revision: 8b777e1bc9d27b0af0eb36192d570ba7a6abc68f
  https://github.com/groonga/groonga/commit/8b777e1bc9d27b0af0eb36192d570ba7a6abc68f

  Message:
    Suppress a warning

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2014-11-24 09:43:18 +0900 (e2a8eef)
+++ lib/proc.c    2014-11-24 09:43:42 +0900 (437b953)
@@ -6162,7 +6162,7 @@ proc_range_filter(grn_ctx *ctx, int nargs, grn_obj **args,
   grn_obj *table;
   grn_obj *res = NULL;
   grn_obj *filter_expr = NULL;
-  grn_obj *filter_variable;
+  grn_obj *filter_variable = NULL;
   int real_offset;
   int real_limit;
 
-------------- next part --------------
HTML����������������������������...
下載 



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