mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Add exit(0) to dumpSTR and anotDump to fix compiler warning
This commit is contained in:
parent
10b3340359
commit
bd21b1cda5
@ -125,4 +125,5 @@ int main(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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