]> git.meshlink.io Git - meshlink/commit - src/protocol_auth.c
Ensure everything compiles with -Wall without giving warnings.
authorGuus Sliepen <guus@sliepen.org>
Wed, 14 May 2014 21:36:24 +0000 (23:36 +0200)
committerGuus Sliepen <guus@sliepen.org>
Wed, 14 May 2014 21:36:24 +0000 (23:36 +0200)
commit2cfd1205dc9c6e9d42cc569f415afe13f52357ec
tree45d296f86a7f28463d14a7e209ae6938101db8e2
parent02e5ceb9075f31d418726a3120efc876cf7925d9
Ensure everything compiles with -Wall without giving warnings.

Mostly by using void pointers for opaque objects and removing unused variables.
18 files changed:
src/logger.c
src/meshlink.c
src/meta.c
src/meta.h
src/net.h
src/net_packet.c
src/net_setup.c
src/net_socket.c
src/protocol.c
src/protocol_auth.c
src/protocol_key.c
src/route.c
src/sptps.c
src/sptps.h
src/sptps_speed.c
src/sptps_test.c
src/utils.c
src/utils.h