Fix warning reported by MSVC

This commit is contained in:
Ole André Vadla Ravnås
2015-04-17 23:04:45 +02:00
parent 9066c55a32
commit 3676b4e797
+2
View File
@@ -1213,6 +1213,8 @@ PySession_disable_debugger (PySession * self, PyObject * args)
{
GError * error = NULL;
(void) args;
Py_BEGIN_ALLOW_THREADS
frida_session_disable_debugger_sync (self->handle, &error);
Py_END_ALLOW_THREADS