fixed two warnings.

* top: unused variable, quick fix only.
* keymap: redefinition on some host systems (Ubuntu for instance).
This commit is contained in:
Jérôme Duval 2014-08-13 23:09:57 +02:00
parent a9b9faceeb
commit 3f0a3bd5ac
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,9 @@
#endif
#include <stdio.h>
#define __USE_GNU
#ifndef __USE_GNU
# define __USE_GNU
#endif
#include <regex.h>

View File

@ -361,7 +361,7 @@ gather(
team_info tm;
thread_time_list_t times;
int i;
system_info info;
//system_info info;
bigtime_t oldLastMeasure;
i = 0;