diff options
author | Werner Koch <wk@gnupg.org> | 2004-12-18 11:22:10 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-12-18 11:22:10 +0100 |
commit | 3666a2859bd31115708b027cb69fa824c8111de4 (patch) | |
tree | 97d6df62972435b0b200232225553377bbcb005c /g10/gpg.h | |
parent | 2004-12-17 Moritz Schulte <moritz@g10code.com> (diff) | |
download | gnupg2-3666a2859bd31115708b027cb69fa824c8111de4.tar.xz gnupg2-3666a2859bd31115708b027cb69fa824c8111de4.zip |
Avoid the " map_to_assuan_status called with no error source" diagnostic.
Diffstat (limited to 'g10/gpg.h')
-rw-r--r-- | g10/gpg.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ #error GPG_ERR_SOURCE_DEFAULT already defined #endif #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GPG +#define map_assuan_err(a) \ + map_assuan_err_with_source (GPG_ERR_SOURCE_DEFAULT, (a)) #include <gpg-error.h> |