mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 02:00:43 +00:00
Add exit(0) to dumpSTR and anotDump to fix compiler warning
This commit is contained in:
parent
10b3340359
commit
bd21b1cda5
@ -124,5 +124,6 @@ int main(int argc, char *argv[]) {
|
|||||||
qDebug() << "Offset: " << anno->offset << " Duration: " << anno->duration << " Text: " << anno->text;
|
qDebug() << "Offset: " << anno->offset << " Duration: " << anno->duration << " Text: " << anno->text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
|
@ -193,4 +193,6 @@ int main(int argc, char *argv[]) {
|
|||||||
// delete &str;
|
// delete &str;
|
||||||
QThread::sleep(1);
|
QThread::sleep(1);
|
||||||
qDebug() << "Done";
|
qDebug() << "Done";
|
||||||
|
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user