cjdns: pass for some build warnings (#738)
authorWilliam Fleurant <meshnet@protonmail.com>
Tue, 19 Oct 2021 20:09:02 +0000 (22:09 +0200)
committerNick Hainke <vincent@systemli.org>
Sun, 13 Mar 2022 12:29:34 +0000 (13:29 +0100)
commit5971f1937c76c771081f2b83de8e7263a28837b2
tree8e413c8ef0860f9a761c3dd25c26f26fecbf0f0a
parentb88e322a519c61879845e7c88d31ac29004fed6d
cjdns: pass for some build warnings (#738)

Compile time changes reviewed by cjd.
Due to stricter compiler(s) we do not
want to error for these warnings.

Caused by: ...reading "past the end"
of a struct, because the struct is
actually a header and the body is of
unknown size. Compilers got stricter
and this became a warning.

Signed-off-by: William Fleurant <meshnet@protonmail.com>
(cherry picked from commit 71c11ab1b7d7f6ca3219c1359e20b168ec1979c5)
[Fix compiling]
Signed-off-by: Nick Hainke <vincent@systemli.org>
cjdns/Makefile