Eina debug: Fix shadow warning.

This is especially obviously wrong, beacuse the original parameter is not
even used.
This commit is contained in:
Tom Hacohen 2015-06-10 13:07:12 +01:00
parent 0dd76d7ea8
commit f1519f3334
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ _eina_debug_collect_bt(pthread_t pth)
// way. this is an alternative to using external debuggers so we can get
// users or developers to get useful information about an app at all times
static void *
_eina_debug_monitor(void *data EINA_UNUSED)
_eina_debug_monitor(void *_data EINA_UNUSED)
{
int bts = 0, ret, max_fd;
double t0, t;