mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Fix a warning about missing enum in fish_tests.cpp
This commit is contained in:
parent
147403f958
commit
31f2a3a7d7
1 changed files with 1 additions and 0 deletions
|
@ -2285,6 +2285,7 @@ static void trigger_or_wait_for_notification(universal_notifier_t *notifier, uni
|
|||
break;
|
||||
|
||||
case universal_notifier_t::strategy_named_pipe:
|
||||
case universal_notifier_t::strategy_null:
|
||||
break;
|
||||
|
||||
case universal_notifier_t::strategy_inotify:
|
||||
|
|
Loading…
Reference in a new issue