mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Don't create variable for exception in catch block.
This commit is contained in:
parent
eb4c7ca9ea
commit
323f0e1ae3
@ -456,7 +456,7 @@ int main( int argc, char** argv )
|
||||
} );
|
||||
}
|
||||
}
|
||||
catch( const tracy::NotTracyDump& e )
|
||||
catch( const tracy::NotTracyDump& )
|
||||
{
|
||||
badVer = -1;
|
||||
}
|
||||
|
@ -7025,7 +7025,7 @@ void View::DrawCompare()
|
||||
} );
|
||||
}
|
||||
}
|
||||
catch( const tracy::NotTracyDump& e )
|
||||
catch( const tracy::NotTracyDump& )
|
||||
{
|
||||
m_compare.badVer = -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user