mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +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;
|
badVer = -1;
|
||||||
}
|
}
|
||||||
|
@ -7025,7 +7025,7 @@ void View::DrawCompare()
|
|||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch( const tracy::NotTracyDump& e )
|
catch( const tracy::NotTracyDump& )
|
||||||
{
|
{
|
||||||
m_compare.badVer = -1;
|
m_compare.badVer = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user