Files
lightning/common
Rusty Russell 5eb121ffc3 common/amount: fix OpenBSD compile warning.
```
cc common/amount.c
common/amount.c:306:15: error: implicit conversion from 'unsigned long long' to
      'double' changes value from 18446744073709551615 to 18446744073709551616
      [-Werror,-Wimplicit-int-float-conversion]
        if (scaled > UINT64_MAX)
                   ~ ^~~~~~~~~~
/usr/include/sys/stdint.h:123:21: note: expanded from macro 'UINT64_MAX'
                                ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
gmake: *** [Makefile:254: common/amount.o] Error 1
bsd$
```

Fixes: #4044
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-09-14 03:57:17 +09:30
..
2020-02-05 14:19:12 +01:00
2018-11-02 05:58:01 +00:00
2020-04-04 16:08:49 +10:30
2020-04-04 16:08:49 +10:30
2019-11-23 22:42:34 +00:00
2020-04-04 16:08:49 +10:30
2020-04-04 16:08:49 +10:30
2020-01-31 06:02:47 +00:00
2020-05-04 10:22:26 +09:30
2020-02-05 14:19:12 +01:00
2020-02-05 14:19:12 +01:00
2018-02-08 22:49:34 +01:00
2020-02-05 14:19:12 +01:00
2020-08-25 12:34:56 +09:30
2020-08-25 12:34:56 +09:30
2020-02-27 14:16:16 +10:30
2020-01-23 16:17:42 +10:30
2020-02-27 14:16:16 +10:30
2020-02-05 14:19:12 +01:00
2019-04-16 21:22:13 +00:00
2019-04-16 21:22:13 +00:00
2020-09-08 10:14:42 +09:30
2018-06-18 12:31:09 +02:00
2020-02-05 14:19:12 +01:00