This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
core-lightning
Watch
1
Star
0
Fork
You've already forked core-lightning
0
mirror of
https://github.com/ElementsProject/lightning.git
synced
2025-02-22 14:42:40 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
04884ca664
core-lightning
/
ccan
/
README
4 lines
79 B
Text
Raw
Normal View
History
Unescape
Escape
ccan: add local copy. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-06-12 13:29:06 +09:30
CCAN imported from http://ccodearchive.net.
CCAN: update for base64 compile fix on ARM. ``` ccan/ccan/base64/base64.c:34:10: error: result of comparison of constant 255 with expression of type 'int8_t' (aka 'signed char') is always false [-Werror,-Wtautological-constant-out-of-range-compare] if (ret == (char)0xff) { ~~~ ^ ~~~~~~~~~~ ccan/ccan/base64/base64.c:44:57: error: result of comparison of constant 255 with expression of type 'const signed char' is always true [-Werror,-Wtautological-constant-out-of-range-compare] return (maps->decode_map[(const unsigned char)b64char] != (char)0xff); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ ``` Reported-by: Christian Decker Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-08-01 11:16:58 +09:30
CCAN version: init-2577-g1ae4c432
Reference in a new issue
Copy permalink