diff options
| author | František Dvořák <valtri@civ.zcu.cz> | 2008-11-20 20:56:19 +0100 |
|---|---|---|
| committer | František Dvořák <valtri@civ.zcu.cz> | 2008-11-20 20:56:19 +0100 |
| commit | ea2b5508e35f5125fd65730822b30bb8895ad87d (patch) | |
| tree | e03317e974e1bf818ca50904242595fa01db25df /src/xine-utils/monitor.c | |
| parent | 2ba1e128cbb791cfdb2829895a854bb664018912 (diff) | |
| download | xine-lib-ea2b5508e35f5125fd65730822b30bb8895ad87d.tar.gz xine-lib-ea2b5508e35f5125fd65730822b30bb8895ad87d.tar.bz2 | |
Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...
Add warning flags to the DEBUG_CFLAGS too.
Diffstat (limited to 'src/xine-utils/monitor.c')
| -rw-r--r-- | src/xine-utils/monitor.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-utils/monitor.c b/src/xine-utils/monitor.c index 301d6c22f..650c10f99 100644 --- a/src/xine-utils/monitor.c +++ b/src/xine-utils/monitor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2008 the xine project * * This file is part of xine, a free video player. * @@ -38,7 +38,6 @@ static long profiler_calls[MAX_ID] ; static const char *profiler_label[MAX_ID] ; void xine_profiler_init () { - int i; memset(profiler_times, 0, sizeof(profiler_times)); memset(profiler_start, 0, sizeof(profiler_start)); memset(profiler_calls, 0, sizeof(profiler_calls)); |
