diff options
Diffstat (limited to '')
-rw-r--r-- | src/keylist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keylist.c b/src/keylist.c index 2ee34b81..55351ee4 100644 --- a/src/keylist.c +++ b/src/keylist.c @@ -32,6 +32,8 @@ #include <ctype.h> #include <errno.h> +/* Suppress warning for accessing deprecated member "class". */ +#define _GPGME_IN_GPGME #include "gpgme.h" #include "util.h" #include "context.h" |