summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-09-18 18:59:02 +0200
committerMatěj Cepl <mcepl@cepl.eu>2017-09-20 17:14:13 +0200
commit0549645846814f3d0c052f84aa03006f2e53bf7f (patch)
treeaa9aafd8b63981f13d43c59a8cc2d2f50365f4c7
parented68dceeeea403cf658cac5ba0a2b07afecf5ccf (diff)
downloadm2crypto-0549645846814f3d0c052f84aa03006f2e53bf7f.tar.gz
Ignore possibility of the memleak for methods_fdp variable in _bio.i.
-rw-r--r--SWIG/_bio.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/SWIG/_bio.i b/SWIG/_bio.i
index ab2d6a1..b8bfb52 100644
--- a/SWIG/_bio.i
+++ b/SWIG/_bio.i
@@ -270,6 +270,7 @@ int bio_get_fd(BIO *bio) {
}
%}
+%warnfilter(454) methods_fdp;
%threadallow bio_do_handshake;
%inline %{
int bio_do_handshake(BIO *bio) {