rgb-cln/ccan/ccan/htable
Rusty Russell 7ca00ca7d7 ccan: update so we can compile with -O2 on Ubuntu.
Otherwise we get a configurator failure:

    In file included from /usr/include/string.h:495,
                     from configuratortest.c:2:
    In function ‘strncpy’,
        inlined from ‘main’ at configuratortest.c:6:2:
    /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 8 equals destination size [-Wstringop-truncation]
      106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-07-17 13:54:06 +02:00
..
test ccan: update so we can compile with -O2 on Ubuntu. 2020-07-17 13:54:06 +02:00
tools ccan: update to get smaller htable implementation. 2019-04-09 12:37:16 -07:00
LICENSE ccan: update. 2015-07-09 15:25:31 +09:30
_info ccan: update to get new ccan/io which sets errno to 0 on EOF. 2018-10-19 00:53:00 +00:00
htable.c ccan: update so we can compile with -O2 on Ubuntu. 2020-07-17 13:54:06 +02:00
htable.h ccan: update so we can compile with -O2 on Ubuntu. 2020-07-17 13:54:06 +02:00
htable_type.h ccan: update so we can compile with -O2 on Ubuntu. 2020-07-17 13:54:06 +02:00