mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
require else in match statements
This commit is contained in:
@@ -464,6 +464,7 @@ pub fn sigint_to_signal_name(si int) string {
|
||||
13 {return 'SIGPIPE'}
|
||||
14 {return 'SIGALRM'}
|
||||
15 {return 'SIGTERM'}
|
||||
else { }
|
||||
}
|
||||
$if linux {
|
||||
// From `man 7 signal` on linux:
|
||||
|
||||
Reference in New Issue
Block a user