Line 117:
Line 117:
{
{
isDLing = 1;
isDLing = 1;
−
if (int ret = pthread_create(&thread, 0, Sprocess, this))
+
if (pthread_create(&thread, 0, Sprocess, this))
{
{
throw std::runtime_error("Error on pthread_create in ConsoleWantQuit::launch");
throw std::runtime_error("Error on pthread_create in ConsoleWantQuit::launch");