Fix a few compiler warnings.
* src/registry.c (read_w32_registry_string): Cast an arg to LPBYTE to avoid signed/unsigned warning. * src/gpgex-class.cc (init): Remove var result - it is not checked. * src/client.cc (default_uiserver_cmdline): Rewrite alloced/non-alloced string code.