mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-23 11:38:21 +00:00
Don't care about std::regex_error value.
This commit is contained in:
@@ -272,7 +272,7 @@ bool UserData::LoadSourceSubstitutions( std::vector<SourceRegex>& data )
|
||||
{
|
||||
regex.assign( pattern );
|
||||
}
|
||||
catch( std::regex_error& err )
|
||||
catch( std::regex_error& )
|
||||
{
|
||||
regexValid = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user