summaryrefslogtreecommitdiff
path: root/src/bank-lib/testing_api_cmd_history.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-04-04 00:13:17 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-04-04 00:14:02 +0200
commitdf8ff68ed8ed2026b1f353f7a8dbd3ced4ab30c1 (patch)
treecdd147b64bce5b88dbc80e30b0d7677dd336d24b /src/bank-lib/testing_api_cmd_history.c
parentb48013bd561e5f10bef55091f320356fd5fa6f6f (diff)
downloadexchange-df8ff68ed8ed2026b1f353f7a8dbd3ced4ab30c1.tar.gz
exchange-df8ff68ed8ed2026b1f353f7a8dbd3ced4ab30c1.tar.bz2
exchange-df8ff68ed8ed2026b1f353f7a8dbd3ced4ab30c1.zip
fix compiler warnings
Diffstat (limited to 'src/bank-lib/testing_api_cmd_history.c')
-rw-r--r--src/bank-lib/testing_api_cmd_history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bank-lib/testing_api_cmd_history.c b/src/bank-lib/testing_api_cmd_history.c
index 30090bf8c..d033e677c 100644
--- a/src/bank-lib/testing_api_cmd_history.c
+++ b/src/bank-lib/testing_api_cmd_history.c
@@ -121,7 +121,8 @@ test_cancelled (struct TALER_TESTING_Interpreter *is,
const struct TALER_TESTING_Command *c = &is->commands[i];
- #warning "Errors reported here are NOT fatal"
+ /* XXX: Errors reported here are NOT fatal */
+
/* Rejected wire transfers have hold a reference to a
* reject command to mark them as rejected. So errors
* about "reject traits" not found are NOT fatal here */