[Groonga-commit] groonga/groonga at 84c4bf9 [master] groonga_benchmark: suppress warnings

Back to archive index
Kouhei Sutou null+****@clear*****
Mon May 13 05:56:44 JST 2019


Kouhei Sutou	2019-05-13 05:56:44 +0900 (Mon, 13 May 2019)

  Revision: 84c4bf906e606d98e84ed9fa38385a647ea849ac
  https://github.com/groonga/groonga/commit/84c4bf906e606d98e84ed9fa38385a647ea849ac

  Message:
    groonga_benchmark: suppress warnings

  Modified files:
    src/groonga_benchmark.c

  Modified: src/groonga_benchmark.c (+3 -3)
===================================================================
--- src/groonga_benchmark.c    2019-05-13 05:51:04 +0900 (c20bdbf93)
+++ src/groonga_benchmark.c    2019-05-13 05:56:44 +0900 (91b9cab12)
@@ -1,7 +1,7 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
   Copyright(C) 2010-2014 Brazil
-  Copyright(C) 2018 Kouhei Sutou <kou****@clear*****>
+  Copyright(C) 2018-2019 Kouhei Sutou <kou****@clear*****>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -3069,7 +3069,7 @@ main(int argc, char **argv)
   if (!log_path) {
     if (outdir) {
       sprintf(log_path_buffer,
-              "%s/%s-%s-%" GRN_FMT_LLD "-%s.log",
+              "%s/%s-%s-%" GRN_FMT_INT64D "-%s.log",
               outdir,
               grntest_scriptname,
               grntest_username,
@@ -3077,7 +3077,7 @@ main(int argc, char **argv)
               grn_get_version());
     } else {
       sprintf(log_path_buffer,
-              "%s-%s-%" GRN_FMT_LLD "-%s.log",
+              "%s-%s-%" GRN_FMT_INT64D "-%s.log",
               grntest_scriptname,
               grntest_username,
               GRN_TIME_VALUE(&grntest_starttime),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190513/79f734a3/attachment-0001.html>


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