[Groonga-commit] groonga/groonga at 7ab8095 [master] Suppress a warning

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Nov 12 11:42:03 JST 2018


Kouhei Sutou	2018-11-12 11:42:03 +0900 (Mon, 12 Nov 2018)

  Revision: 7ab80950434e2785ecc35541136bac4dd6b54ec1
  https://github.com/groonga/groonga/commit/7ab80950434e2785ecc35541136bac4dd6b54ec1

  Message:
    Suppress a warning

  Modified files:
    lib/table.c

  Modified: lib/table.c (+1 -1)
===================================================================
--- lib/table.c    2018-11-12 11:30:00 +0900 (317244218)
+++ lib/table.c    2018-11-12 11:42:03 +0900 (0b364fe73)
@@ -335,7 +335,7 @@ grn_table_cache_module_options(grn_ctx *ctx,
     break;
   case GRN_INFO_TOKEN_FILTERS :
     {
-      grn_obj *token_filters;
+      grn_obj *token_filters = NULL;
       switch (table->header.type) {
       case GRN_TABLE_HASH_KEY :
         token_filters = &(((grn_hash *)table)->token_filters);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181112/6c385449/attachment.html>


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