Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78d7e8 commit ee8b68eCopy full SHA for ee8b68e
1 file changed
src/_png.cpp
@@ -28,12 +28,6 @@
28
#include "numpy/arrayobject.h"
29
#include "mplutils.h"
30
31
-// This C function resides in npy_3kcompat.h and is unused by
32
-// matplotlib. This is here so that the compiler doesn't complain
33
-// that it is unused.
34
-extern "C" {
35
-__attribute__((unused)) static void simple_capsule_dtor(void *ptr);
36
-}
37
#include "file_compat.h"
38
39
// As reported in [3082058] build _png.so on aix
0 commit comments