loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I0968c4b37b97bb89ebc8b873c78a96431245f480
This commit is contained in:
@@ -69,7 +69,7 @@ void GCThread::execute()
|
|||||||
return;
|
return;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
PyThreadAttach g( (PyInterpreterState*)mPyInterpreter );
|
PyThreadAttach g( mPyInterpreter );
|
||||||
{
|
{
|
||||||
Runtime runtime;
|
Runtime runtime;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user