[git] GPG-ERROR - branch, master, updated. gpgrt-1.35-3-g21dd885

by Werner Koch cvs at cvs.gnupg.org
Mon Feb 4 11:50:47 CET 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  21dd885eecdee13da1689519e2fc50fcf64f6ef2 (commit)
      from  d8b64613d992fd3b7bf13eb299db21a307c8bfa1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 21dd885eecdee13da1689519e2fc50fcf64f6ef2
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Feb 4 11:50:17 2019 +0100

    build: Fix for Microsoft MSVC.
    
    * src/gpgrt-int.h (_gpgrt_functions_w32_pollable): Declare with extern
    so that strict toolchains don't get confused.
    --
    
    GnuPG-bug-id: 4356
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index 08496b2..c6188e1 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.h
@@ -473,8 +473,8 @@ const char *_gpgrt_fname_get (gpgrt_stream_t stream);
 
 
 #if HAVE_W32_SYSTEM
-/* Prototypes for w32-estream.c.  */
-struct cookie_io_functions_s _gpgrt_functions_w32_pollable;
+/* Prototypes for w32-estream.c. */
+extern struct cookie_io_functions_s _gpgrt_functions_w32_pollable;
 int _gpgrt_w32_pollable_create (void *_GPGRT__RESTRICT *_GPGRT__RESTRICT cookie,
                                 unsigned int modeflags,
                                 struct cookie_io_functions_s next_functions,

-----------------------------------------------------------------------

Summary of changes:
 src/gpgrt-int.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list