mu-utils: avoid compiler warning
This commit is contained in:
@ -618,7 +618,7 @@ Mu::TempDir::~TempDir()
|
|||||||
|
|
||||||
/* ugly */
|
/* ugly */
|
||||||
const auto cmd{format("/bin/rm -rf '%s'", path_.c_str())};
|
const auto cmd{format("/bin/rm -rf '%s'", path_.c_str())};
|
||||||
::system(cmd.c_str());
|
(void)::system(cmd.c_str());
|
||||||
|
|
||||||
g_debug("removed '%s'", path_.c_str());
|
g_debug("removed '%s'", path_.c_str());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user