[Groonga-commit] groonga/groonga at 420310c [master] windows: suppress warning

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 17 21:21:56 JST 2015


Kouhei Sutou	2015-10-17 21:21:56 +0900 (Sat, 17 Oct 2015)

  New Revision: 420310cb86dc8e3a3195aa8644a46bfe4934c9af
  https://github.com/groonga/groonga/commit/420310cb86dc8e3a3195aa8644a46bfe4934c9af

  Message:
    windows: suppress warning

  Modified files:
    lib/conf.c

  Modified: lib/conf.c (+1 -1)
===================================================================
--- lib/conf.c    2015-10-17 21:09:48 +0900 (d9fbc5e)
+++ lib/conf.c    2015-10-17 21:21:56 +0900 (2dc1c61)
@@ -54,7 +54,7 @@ grn_conf_set(grn_ctx *ctx,
   }
   if (value_size > GRN_CONF_MAX_VALUE_SIZE) {
     ERR(GRN_INVALID_ARGUMENT,
-        "[conf][set] too large value: max=<%lu>: <%d>",
+        "[conf][set] too large value: max=<%" GRN_FMT_SIZE ">: <%d>",
         GRN_CONF_MAX_VALUE_SIZE, value_size);
     GRN_API_RETURN(ctx->rc);
   }
-------------- next part --------------
HTML����������������������������...
Download 



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