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 c1e0211 commit 6eba6c0Copy full SHA for 6eba6c0
src/_tkagg.cpp
@@ -33,6 +33,9 @@
33
#define dlsym GetProcAddress
34
#else
35
#include <dlfcn.h>
36
+// Suppress -Wunused-function on POSIX, but not on Windows where that would
37
+// lead to PY_ARRAY_UNIQUE_SYMBOL being an unresolved external.
38
+#define NO_IMPORT_ARRAY
39
#endif
40
41
// Include our own excerpts from the Tcl / Tk headers
0 commit comments