update ignore file, fix compiler warning

This commit is contained in:
Christian Grothoff 2016-04-06 11:27:51 +02:00
parent 07541d319c
commit aee021aa37
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -38,7 +38,7 @@ src/exchange-tools/taler-exchange-dbinit
src/exchange-tools/taler-exchange-keycheck
src/exchange-tools/taler-exchange-keyup
src/exchange-tools/taler-exchange-reservemod
src/exchange-tools/taler-exchange-sepa
src/exchange-tools/taler-exchange-wire
src/exchangedb/perf-exchangedb
src/json/test_json
src/wire/test_sepa_wireformat

View File

@ -32,7 +32,7 @@
* @return #GNUNET_OK on success, #GNUNET_SYSERR on error
*/
int
TALER_JSON_hash (json_t *json,
TALER_JSON_hash (const json_t *json,
struct GNUNET_HashCode *hc)
{
char *wire_enc;