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:18:50 +02:00
parent a9b9faceeb
commit 3f0a3bd5ac
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -17,7 +17,9 @@
#endif #endif
#include <stdio.h> #include <stdio.h>
#define __USE_GNU #ifndef __USE_GNU
# define __USE_GNU
#endif
#include <regex.h> #include <regex.h>
+1 -1
View File
@@ -361,7 +361,7 @@ gather(
team_info tm; team_info tm;
thread_time_list_t times; thread_time_list_t times;
int i; int i;
system_info info; //system_info info;
bigtime_t oldLastMeasure; bigtime_t oldLastMeasure;
i = 0; i = 0;