summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-04-04 18:11:57 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-04-04 18:12:14 +0200
commit14b02be9d2241aed598ed49954ee0e4f4edc4b25 (patch)
treea487845efa917ab00a26f8419964475876b55309
parente80f144816f710f4f9b6fc6f2e5d46198cd1b0f9 (diff)
downloadmerchant-14b02be9d2241aed598ed49954ee0e4f4edc4b25.tar.gz
merchant-14b02be9d2241aed598ed49954ee0e4f4edc4b25.tar.bz2
merchant-14b02be9d2241aed598ed49954ee0e4f4edc4b25.zip
should be fixme, not preprocessor warning
-rw-r--r--src/lib/testing_api_cmd_tip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_tip.c b/src/lib/testing_api_cmd_tip.c
index b04db4e2..e9443e85 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"