[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-merchant] 04/05: should be fixme, not preprocessor w
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-merchant] 04/05: should be fixme, not preprocessor warning |
Date: |
Wed, 04 Apr 2018 18:12:28 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository merchant.
commit 14b02be9d2241aed598ed49954ee0e4f4edc4b25
Author: Florian Dold <address@hidden>
AuthorDate: Wed Apr 4 18:11:57 2018 +0200
should be fixme, not preprocessor warning
---
src/lib/testing_api_cmd_tip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/testing_api_cmd_tip.c b/src/lib/testing_api_cmd_tip.c
index b04db4e..e9443e8 100644
--- a/src/lib/testing_api_cmd_tip.c
+++ b/src/lib/testing_api_cmd_tip.c
@@ -823,7 +823,7 @@ tip_pickup_cleanup (void *cls,
const struct TALER_TESTING_Command *cmd)
{
struct TipPickupState *tps = cls;
- #warning free elements *in* the state!
+ /* FIXME: free elements *in* the state! */
if (NULL != tps->tpo)
{
TALER_LOG_WARNING ("Tip-pickup operation"
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [taler-merchant] branch master updated (ccfc69e -> e248e97), gnunet, 2018/04/04
- [GNUnet-SVN] [taler-merchant] 04/05: should be fixme, not preprocessor warning,
gnunet <=
- [GNUnet-SVN] [taler-merchant] 05/05: change version number to 0.5, gnunet, 2018/04/04
- [GNUnet-SVN] [taler-merchant] 03/05: avoid undefined behavior again, return correct right status early, gnunet, 2018/04/04
- [GNUnet-SVN] [taler-merchant] 01/05: compute reserve expiration time properly, gnunet, 2018/04/04
- [GNUnet-SVN] [taler-merchant] 02/05: avoid undefined behavior, gnunet, 2018/04/04