mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-18 17:11:15 -03:00
eliminate many "unused parameter" warnings
Partially addresses issue #3430.
This commit is contained in:
@@ -192,7 +192,7 @@ void reader_set_exit_on_interrupt(bool flag);
|
||||
bool shell_is_exiting();
|
||||
|
||||
/// The readers interrupt signal handler. Cancels all currently running blocks.
|
||||
void reader_handle_int(int signal);
|
||||
void reader_handle_sigint();
|
||||
|
||||
/// This function returns true if fish is exiting by force, i.e. because stdin died.
|
||||
int reader_exit_forced();
|
||||
|
||||
Reference in New Issue
Block a user