Kaydet (Commit) 10fe9ed2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast: nop between pointer types of exactly same spelling

Change-Id: I0968c4b37b97bb89ebc8b873c78a96431245f480
üst df2750d8
...@@ -69,7 +69,7 @@ void GCThread::execute() ...@@ -69,7 +69,7 @@ void GCThread::execute()
return; return;
try try
{ {
PyThreadAttach g( (PyInterpreterState*)mPyInterpreter ); PyThreadAttach g( mPyInterpreter );
{ {
Runtime runtime; Runtime runtime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment