mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
core: fix compiler warnings
This commit is contained in:
@ -242,8 +242,6 @@ static l4_msgtag_t copy_msgbuf_to_utcb(Msgbuf_base &snd_msg,
|
||||
|
||||
for (unsigned i = 0; i < num_caps; i++) {
|
||||
|
||||
Native_capability const &cap = snd_msg.cap(i);
|
||||
|
||||
/* store badge as normal message word */
|
||||
*msg_words++ = caps[i].valid ? caps[i].badge : INVALID_BADGE;
|
||||
|
||||
|
Reference in New Issue
Block a user