summaryrefslogtreecommitdiff
path: root/doc/errorref.txt
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-04-10 10:52:24 +0200
committerWerner Koch <wk@gnupg.org>2015-04-10 10:53:58 +0200
commiteaec10f48803ee2232d1c1515fbe8f485c1e84b0 (patch)
tree3338689dfec07ceabdd2b36ba3f072765263bff6 /doc/errorref.txt
parent56feff58d4fab92701ae77a1004af820b85e7f6c (diff)
downloadlibgpg-error-eaec10f48803ee2232d1c1515fbe8f485c1e84b0.tar.gz
w32: Remove compiler warnings.
* src/Makefile.am (pre_mkheader_cmds): Avoid make diagnostic about failed but ignored command. This confuses Emacs' compiler job parser. * tests/t-lock.c [W32]: Include time.h. * src/init.c: Reorganize Windows only code. (wchar_to_utf8, utf8_to_wchar): Remove unused functions. (_gpg_err_set_errno): Use only one copy for all platforms. -- Note that there is a still a problem for W64 pertaining to the use of an int to store a HANDLE. This will be fixed when we add a full abstraction layer for Windows file objects.
Diffstat (limited to 'doc/errorref.txt')
-rw-r--r--doc/errorref.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt
index 0393f16..2ee1aa4 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -282,7 +282,13 @@ GPG_ERR_INV_DATA Invalid data
expected.
80 GPG_ERR_ASSUAN_SERVER_FAULT Unspecific Assuan server fault
-81 GPG_ERR_ASSUAN General Assuan error
+
+GPG_ERR_ASSUAN General Assuan error
+
+ GNUPG: - Used by Assuan command handler if they fail to do basic
+ things like an es_fdopen or es_fopencookie.
+
+
82 GPG_ERR_INV_SESSION_KEY Invalid session key
83 GPG_ERR_INV_SEXP Invalid S-expression
84 GPG_ERR_UNSUPPORTED_ALGORITHM Unsupported algorithm