[git] GPG-ERROR - branch, master, updated. gpgrt-1.33-2-g60f3d44
by Werner Koch
cvs at cvs.gnupg.org
Fri Dec 7 20:59:56 CET 2018
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 60f3d4440249d7beec3390df66143204ea80be39 (commit)
from bcf9163457905fae250a89a63c86b3e4da3e3934 (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 60f3d4440249d7beec3390df66143204ea80be39
Author: Werner Koch <wk at gnupg.org>
Date: Fri Dec 7 20:59:30 2018 +0100
Silence cc warning about snprintf redefinition
* src/gpgrt-int.h: First undef snprintf.
--
GnuPG-bug-id: 4285
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index e326400..17244c5 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.h
@@ -464,6 +464,7 @@ const char *_gpgrt_fname_get (gpgrt_stream_t stream);
#include "estream-printf.h"
/* Make sure we always use our snprintf */
+#undef snprintf
#define snprintf _gpgrt_estream_snprintf
-----------------------------------------------------------------------
Summary of changes:
src/gpgrt-int.h | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list