Home GnuPG
Diffusion GnuPG 4387ecb11cdb

Silence more warnings about unused vars and args.
4387ecb11cdbUnpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

Silence more warnings about unused vars and args.

* dirmngr/cdblib.c (cdb_init) [W32]: Remove unused var.
* dirmngr/dirmngr-client.c (start_dirmngr): s/int/assuan_fd_t/.
* dirmngr/dirmngr.c (w32_service_control): Mark unused args.
(call_real_main): New.
(main) [W32]: Use new function to match prototype.
(real_main) [W32]: Mark unused vars.
(handle_signal) [W32]: Do not build the function at all.
(handle_connections) [W32]: Do not define signo.
* dirmngr/ldap-wrapper-ce.c (outstream_reader_cb): Remove used vars.
* g10/tdbio.c (ftruncate) [DOSISH]: Define only if not yet defined.

Details

Provenance
wernerAuthored on Mar 7 2014, 9:46 AM
Parents
rG35266076e345: dirmngr: Simplify strtok macro.
Branches
Unknown
Tags
Unknown

Event Timeline

Werner Koch <wk@gnupg.org> committed rG4387ecb11cdb: Silence more warnings about unused vars and args. (authored by Werner Koch <wk@gnupg.org>).Mar 7 2014, 7:05 PM