summaryrefslogtreecommitdiffstats
path: root/kbx
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2010-04-20 03:11:35 +0200
committerMarcus Brinkmann <mb@g10code.com>2010-04-20 03:11:35 +0200
commit0e960d940a3b52406bb72af2750b6b6d29e39067 (patch)
treef1836dba3a919ea6bd59a94fa6397f461ef222be /kbx
parentFixed dependencies and a syntax error (diff)
downloadgnupg2-0e960d940a3b52406bb72af2750b6b6d29e39067.tar.xz
gnupg2-0e960d940a3b52406bb72af2750b6b6d29e39067.zip
common/
2010-04-20 Marcus Brinkmann <marcus@g10code.de> * 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 <marcus@g10code.de> * 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 <marcus@g10code.de> * gpgconf-comp.c (option_check_validity): Use dummy variables to silence gcc warning.
Diffstat (limited to 'kbx')
-rw-r--r--kbx/ChangeLog6
-rw-r--r--kbx/keybox-update.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/kbx/ChangeLog b/kbx/ChangeLog
index 95c6477a4..c64da6cd6 100644
--- a/kbx/ChangeLog
+++ b/kbx/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-20 Marcus Brinkmann <marcus@g10code.de>
+
+ * keybox-update.c [!HAVE_DOSISH_SYSTEM]: Include
+ ../common/sysutils.h even then to silence gcc warning about
+ missing declaration of gnupg_remove.
+
2010-03-23 Werner Koch <wk@g10code.com>
* Makefile.am (extra_libs): New.
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 "."