printf's %p format specifier expects an argument of type void-pointer,
not type PyThreadState*. Fix this with a static_cast.
Details
Details
Diff Detail
Diff Detail
Differential D4632
ScriptInterpreterPython: %p should be used with void-pointer majnemer on Jul 22 2014, 2:14 PM. Authored by
Details printf's %p format specifier expects an argument of type void-pointer,
Diff Detail Event Timeline |