mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Made base issue less warnings.
This commit is contained in:
@@ -71,7 +71,7 @@ class Genode::Trace::Control_area
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
error("trace-control allocation failed");
|
//error("trace-control allocation failed");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -299,8 +299,8 @@ Signal Signal_receiver::pending_signal()
|
|||||||
});
|
});
|
||||||
if (result.context) {
|
if (result.context) {
|
||||||
Mutex::Guard context_guard(result.context->_mutex);
|
Mutex::Guard context_guard(result.context->_mutex);
|
||||||
if (result.num == 0)
|
/*if (result.num == 0)
|
||||||
warning("returning signal with num == 0");
|
warning("returning signal with num == 0");*/
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user