]> git.meshlink.io Git - meshlink/commit
Fix all compiler warnings found using -Wall -W -pedantic.
authorGuus Sliepen <guus@meshlink.io>
Tue, 1 May 2018 13:24:35 +0000 (15:24 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 1 May 2018 13:52:20 +0000 (15:52 +0200)
commitdc0e52cb3e42620c3139e713b373d130aa30b698
tree9adba474138b922e906d14156729bb2704f24b97
parent43ffcfc3c3fcd8088a77e9a2ac9cc4013c466158
Fix all compiler warnings found using -Wall -W -pedantic.

Using both GCC 8 and Clang 7.
31 files changed:
configure.ac
examples/channels.c
examples/chat.c
examples/manynodes.c
examples/meshlinkapp.c
src/chacha-poly1305/chacha-poly1305.c
src/conf.c
src/crypto.c
src/ed25519/sc.h
src/meshlink++.h
src/meshlink.c
src/net_packet.c
src/net_setup.c
src/netutl.c
src/prf.c
src/protocol.c
src/splay_tree.c
src/sptps.c
src/utcp
test/basic.c
test/basicpp.cpp
test/channels-cornercases.c
test/channels-fork.c
test/channels.c
test/echo-fork.c
test/import-export.c
test/invite-join.c
test/sign-verify.c
test/trio.c
test/utils.c
test/utils.h