🚧 update

This commit is contained in:
Vladislav Nepogodin 2021-09-22 05:03:23 +04:00
parent 48b5fdf98f
commit 8f29d23e72
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ std::array<std::string, 2> get_lsb_infos() {
return {lsb["ID"], lsb["RELEASE"]};
}
void child_watch_cb(GPid pid, gint status, gpointer /*user_data*/) {
void child_watch_cb(GPid pid, [[maybe_unused]] gint status, gpointer /*user_data*/) {
#if !defined(NDEBUG)
g_message("Child %" G_PID_FORMAT " exited %s", pid,
g_spawn_check_wait_status(status, nullptr) ? "normally" : "abnormally");