diff options
Diffstat (limited to 'lang/python/gpgme.i')
| -rw-r--r-- | lang/python/gpgme.i | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lang/python/gpgme.i b/lang/python/gpgme.i index f3d14a7d..87371af8 100644 --- a/lang/python/gpgme.i +++ b/lang/python/gpgme.i @@ -21,6 +21,10 @@  %include "cpointer.i"  %include "cstring.i" +/* no need to record whether GPGME's c++ bindings were built +   concurrently with the python bindings */ +%ignore HAVE_CXX11; +  %{  /* We use public symbols (eg. "_obsolete_class") which are marked as   * deprecated but we need to keep them.  Silence the warning.  */ | 
