[Groonga-commit] groonga/groonga at bc67a66 [master] Suppress warnings

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


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

  Revision: bc67a66ff3b273251943caedb9c7c6a748288161
  https://github.com/groonga/groonga/commit/bc67a66ff3b273251943caedb9c7c6a748288161

  Message:
    Suppress warnings

  Modified files:
    lib/db.c

  Modified: lib/db.c (+2 -2)
===================================================================
--- lib/db.c    2018-11-12 11:42:03 +0900 (64559d265)
+++ lib/db.c    2018-11-12 11:42:43 +0900 (4cd7406a2)
@@ -9261,8 +9261,8 @@ grn_obj_set_info_table_module(grn_ctx *ctx,
                               const char *context_tag,
                               const char *module_name)
 {
-  grn_table_module *table_module;
-  grn_id *proc_id;
+  grn_table_module *table_module = NULL;
+  grn_id *proc_id = NULL;
 
   if (grn_obj_set_info_require_key_table(ctx,
                                          table,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181112/df273cdc/attachment.html>


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