[Groonga-commit] groonga/groonga at 2c59662 [master] Suppress a warning

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 25 11:43:40 JST 2018


Kouhei Sutou	2018-04-25 11:43:40 +0900 (Wed, 25 Apr 2018)

  New Revision: 2c59662861b8ae23af58842a38f3089392f52ea9
  https://github.com/groonga/groonga/commit/2c59662861b8ae23af58842a38f3089392f52ea9

  Message:
    Suppress a warning

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2018-04-25 11:38:11 +0900 (28e519346)
+++ lib/db.c    2018-04-25 11:43:40 +0900 (e0a1515ee)
@@ -9202,7 +9202,7 @@ grn_obj_set_info_token_filters(grn_ctx *ctx,
                                grn_obj *token_filters)
 {
   const char *tag = "[info][set][token-filters]";
-  grn_obj *current_token_filters;
+  grn_obj *current_token_filters = NULL;
   unsigned int i, n_current_token_filters, n_token_filters;
   grn_obj token_filter_names;
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180425/129426da/attachment.htm 



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