Browse Source
``` 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>pyln
Rusty Russell
4 years ago
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue