mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Suppress warning caused by the Python 3.5 headers
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning (push)
|
||||
# pragma warning (disable: 4115)
|
||||
# pragma warning (disable: 4211)
|
||||
#endif
|
||||
#ifdef _POSIX_C_SOURCE
|
||||
|
||||
Reference in New Issue
Block a user