mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
Kernel: Fix -Wunreachable-code warnings from clang
This commit is contained in:
committed by
Andreas Kling
parent
e84c03ad61
commit
1cdb12e920
@@ -413,7 +413,7 @@ KResult LocalSocket::getsockopt(OpenFileDescription& description, int level, int
|
||||
default:
|
||||
return EINVAL;
|
||||
}
|
||||
break;
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
default:
|
||||
return Socket::getsockopt(description, level, option, value, value_size);
|
||||
|
||||
Reference in New Issue
Block a user