Skip to content

Commit

Permalink
Do not omit names of unused function arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
IdWV committed Jan 4, 2025
1 parent d2f02c6 commit efa9817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/async/alien.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ async_alien_free( async_manager_t *manager, struct async_alien *alien )
#else // defined ASYNC_HAS_ALIENS

static const uc_async_alient_t *
_uc_async_new_alien( struct uc_async_manager * )
_uc_async_new_alien( struct uc_async_manager *manager )
{
return 0;
}
Expand Down

0 comments on commit efa9817

Please sign in to comment.