mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Fixed gcc warning.
This commit is contained in:
parent
be5f9b211b
commit
301b4215e5
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@ void AWSInterface::createWebPageFromResults(const QString& testResults,
|
|||
_zipFolderName = _workingDirectory + "/" + zipFilename.split('.')[0];
|
||||
|
||||
QStringList zipFolderNameParts = zipFilename.split(QRegExp("[\\(\\)\\[\\]]"), QString::SkipEmptyParts);
|
||||
bool a = QRegularExpression("TestResults--\\d{4}(-\\d\\d){2}_\\d\\d(-\\d\\d){2}").match(zipFolderNameParts[0]).hasMatch();
|
||||
bool b = QRegularExpression("\\w").match(zipFolderNameParts[1]).hasMatch();
|
||||
bool c = QRegularExpression("\\w").match(zipFolderNameParts[2]).hasMatch();
|
||||
|
||||
if (!QRegularExpression("TestResults--\\d{4}(-\\d\\d){2}_\\d\\d(-\\d\\d){2}").match(zipFolderNameParts[0]).hasMatch() ||
|
||||
!QRegularExpression("\\w").match(zipFolderNameParts[1]).hasMatch() || // build (local, build number or PR number)
|
||||
|
|
Loading…
Reference in a new issue