diff options
author | Marcus Brinkmann <[email protected]> | 2010-04-20 01:11:35 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2010-04-20 01:11:35 +0000 |
commit | 0e960d940a3b52406bb72af2750b6b6d29e39067 (patch) | |
tree | f1836dba3a919ea6bd59a94fa6397f461ef222be /kbx/keybox-update.c | |
parent | Fixed dependencies and a syntax error (diff) | |
download | gnupg-0e960d940a3b52406bb72af2750b6b6d29e39067.tar.gz gnupg-0e960d940a3b52406bb72af2750b6b6d29e39067.zip |
common/
2010-04-20 Marcus Brinkmann <[email protected]>
* logging.c (do_log_ignore_arg): New helper function.
(log_string): Use it to remove ugly volatile hack that causes gcc
warning.
(log_flush): Likewise.
* sysutils.c (gnupg_unsetenv) [!HAVE_W32CE_SYSTEM]: Return something.
(gnupg_setenv) [!HAVE_W32CE_SYSTEM]: Likewise.
* pka.c (get_pka_info): Solve strict aliasing rule violation.
* t-exechelp.c (test_close_all_fds): Use dummy variables to
silence gcc warning.
kbx/
2010-04-20 Marcus Brinkmann <[email protected]>
* keybox-update.c [!HAVE_DOSISH_SYSTEM]: Include
../common/sysutils.h even then to silence gcc warning about
missing declaration of gnupg_remove.
tools/
2010-04-20 Marcus Brinkmann <[email protected]>
* gpgconf-comp.c (option_check_validity): Use dummy variables to
silence gcc warning.
Diffstat (limited to 'kbx/keybox-update.c')
-rw-r--r-- | kbx/keybox-update.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kbx/keybox-update.c b/kbx/keybox-update.c index c3aa5dc8d..f5cf4483b 100644 --- a/kbx/keybox-update.c +++ b/kbx/keybox-update.c @@ -26,9 +26,7 @@ #include <unistd.h> #include "keybox-defs.h" -#ifdef HAVE_DOSISH_SYSTEM #include "../common/sysutils.h" -#endif #define EXTSEP_S "." |