-
Committer:
Teddy Hogeborn
-
Date:
2013-12-15 22:21:28 UTC
-
mto:
(237.7.272 trunk)
-
mto:
This revision was merged to the branch mainline in
revision
307.
-
Revision ID:
teddy@recompile.se-20131215222128-k6f1wbl6lv4v0kd8
Suppress spurious warnings when needed.
* plugin-runner.c (main): Suppress warning by -Wsign-conversion
generated by FD_SET, FD_CLR and FD_ISSET in
GNU libc before version 2.16.
* plugins.d/mandos-client.c (start_mandos_communication): Suppress
warning by -Wstrict-aliasing generated by IN6_IS_ADDR_LINKLOCAL.