Store a result in a variable to have no warning
This commit is contained in:
parent
0695b25c08
commit
ed35ed4da0
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ public :
|
||||||
else
|
else
|
||||||
s = " ";
|
s = " ";
|
||||||
|
|
||||||
system(s.c_str());
|
res=system(s.c_str());
|
||||||
// all done
|
// all done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue