cjdns: pass for some build warnings (#738)
authorWilliam Fleurant <meshnet@protonmail.com>
Tue, 19 Oct 2021 20:09:02 +0000 (22:09 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 20:09:02 +0000 (22:09 +0200)
commit71c11ab1b7d7f6ca3219c1359e20b168ec1979c5
tree094736b46268adbe803083a7a27aa5bd3ab0056c
parent2cf253b3df2db7830692de645504db294151e5ab
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>
cjdns/Makefile