rgb-cln/devtools
Rusty Russell b1738c5b89 tools: fix 32 bit compile error
```
tools/test/enum.c: In function ‘fromwire_test_enum’:
tools/test/enum.c:11:34: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘size_t {aka unsigned int}’ [-Werror=format=]
  printf("fromwire_test_enum at %ld\n", *max);
```

and:

```
devtools/print_wire.c: In function ‘printwire_tlvs’:
devtools/print_wire.c:201:22: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘u64 {aka long long unsigned int}’ [-Werror=format=]
    printf("**TYPE #%ld UNKNOWN for TLV %s**\n", type, fieldname);
                      ^
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-07-25 11:41:48 +08:00
..
.gitignore devtools/: Ignore mkcommit and mkfunding executables. 2019-07-24 16:15:38 +02:00
Makefile bolt-gen: fixup the devtool/decodemsg printing facility 2019-07-24 02:52:53 +00:00
bolt11-cli.c wallet: Pass chainparams to address serialization 2019-05-10 23:07:49 +00:00
create-gossipstore.c ccan: update to faster and correct crc32c implementation. 2019-06-11 23:40:10 +00:00
credit devtools/credit: script to highlight contributions for this commit. 2019-06-07 13:37:58 +02:00
decode-iolog devtools/decode-iolog: tool to decode hexstrings from io logging. 2019-05-31 18:36:38 +02:00
decodemsg.c tlvs: add methods for decodemsg utility 2019-04-08 00:37:29 +00:00
dump-gossipstore.c ccan: update to faster and correct crc32c implementation. 2019-06-11 23:40:10 +00:00
gossipwith.c devtools/gossipwith: expose the INIT messages. 2019-07-17 12:55:37 -05:00
mkcommit.c devtools/mkcommit: cleanups. 2019-07-17 12:55:37 -05:00
mkfunding.c devtools: add mkfunding and mkcommit. 2019-07-17 12:55:37 -05:00
onion.c devtools/onion: allow setting the hop_data. 2019-07-17 12:55:37 -05:00
print_wire.c tools: fix 32 bit compile error 2019-07-25 11:41:48 +08:00
print_wire.h bolt-gen: fixup the devtool/decodemsg printing facility 2019-07-24 02:52:53 +00:00