mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
Squash some warnings
This commit is contained in:
1
env.cpp
1
env.cpp
@@ -1471,7 +1471,6 @@ void env_pop()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
Function used with to insert keys of one table into a set::set<wcstring>
|
||||
*/
|
||||
|
||||
@@ -221,6 +221,7 @@ wcstring event_get_desc( const event_t *e )
|
||||
return result;
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void show_all_handlers(void) {
|
||||
puts("event handlers:");
|
||||
for (event_list_t::const_iterator iter = events.begin(); iter != events.end(); iter++) {
|
||||
@@ -229,6 +230,7 @@ static void show_all_handlers(void) {
|
||||
printf(" handler now %ls\n", tmp.c_str());
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void event_add_handler( event_t *event )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user