mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-19 21:21:15 -03:00
Mark a bit of code as unreachable
This commit is contained in:
@@ -148,6 +148,7 @@ typedef struct complete_entry_opt
|
||||
case option_type_double_long:
|
||||
return 2;
|
||||
}
|
||||
assert(0 && "Unreachable");
|
||||
}
|
||||
|
||||
} complete_entry_opt_t;
|
||||
|
||||
Reference in New Issue
Block a user