fixed two warnings.
* top: unused variable, quick fix only. * keymap: redefinition on some host systems (Ubuntu for instance).
This commit is contained in:
@@ -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
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user