mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make "unreachable code" a warning in non-prod builds
This commit is contained in:
@@ -76,6 +76,5 @@ fn get_user() ?User {
|
||||
|
||||
fn get_user_ptr() &User {
|
||||
return &User{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user