Browse Source
clang did the hard work here: openingd/dualopend.c:958:42: error: result of comparison of constant 'WIRE_DUAL_OPEN_FAIL' (7003) with expression of type 'u8' (aka 'unsigned char') is always false [-Werror,-Wtautological-constant-out-of-range-compare] if ((msg_type = fromwire_peektype(msg)) == WIRE_DUAL_OPEN_FAIL) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ Co-Authored-by: the clang compiler Signed-off-by: Antoine Poinsot <darosior@protonmail.com>travis-experimental
committed by
Rusty Russell
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue