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
|
||||
s = " ";
|
||||
|
||||
system(s.c_str());
|
||||
res=system(s.c_str());
|
||||
// all done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue