gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] branch stable updated: Fix warnings.


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch stable updated: Fix warnings.
Date: Fri, 12 Apr 2019 16:22:53 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch stable
in repository merchant.

The following commit(s) were added to refs/heads/stable by this push:
     new 1d7e4ac  Fix warnings.
1d7e4ac is described below

commit 1d7e4acd628768c27eafd97e987b89958d337c63
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 12 16:22:42 2019 +0200

    Fix warnings.
---
 src/lib/test_merchant_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 946760f..1d4ebeb 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1194,7 +1194,7 @@ static void
 add_incoming_cb (void *cls,
                  unsigned int http_status,
                 enum TALER_ErrorCode ec,
-                 uint64_t serial_id,
+                 long long unsigned int serial_id,
                  const json_t *full_response)
 {
   struct InterpreterState *is = cls;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]