mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 15:01:16 -03:00
Fix a warning about missing enum in fish_tests.cpp
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user