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

Change-Id: I0968c4b37b97bb89ebc8b873c78a96431245f480
This commit is contained in:
Stephan Bergmann
2015-05-11 12:50:14 +02:00
parent df2750d8aa
commit 10fe9ed22b

View File

@@ -69,7 +69,7 @@ void GCThread::execute()
return;
try
{
PyThreadAttach g( (PyInterpreterState*)mPyInterpreter );
PyThreadAttach g( mPyInterpreter );
{
Runtime runtime;