[Groonga-commit] groonga/groonga at 45408a9 [master] Suppress a warning

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Thu Oct 30 19:52:46 JST 2014


Kouhei Sutou	2014-10-30 19:52:46 +0900 (Thu, 30 Oct 2014)

  New Revision: 45408a9547b5090758c8b9799b68fd3c3acee337
  https://github.com/groonga/groonga/commit/45408a9547b5090758c8b9799b68fd3c3acee337

  Message:
    Suppress a warning

  Modified files:
    lib/com.c

  Modified: lib/com.c (+1 -1)
===================================================================
--- lib/com.c    2014-10-30 19:49:51 +0900 (30d2b1c)
+++ lib/com.c    2014-10-30 19:52:46 +0900 (4bfc8a9)
@@ -860,7 +860,7 @@ grn_com_recv(grn_ctx *ctx, grn_com *com, grn_com_header *header, grn_obj *buf)
   } while (rest);
   GRN_LOG(ctx, GRN_LOG_INFO,
           "recv (%u,%x,%d,%02x,%02x,%04x)",
-          ntohl(header->size),
+          (uint32_t)ntohl(header->size),
           header->flags,
           header->proto,
           header->qtype,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index