fixed two warnings.
* top: unused variable, quick fix only. * keymap: redefinition on some host systems (Ubuntu for instance).
This commit is contained in:
parent
a9b9faceeb
commit
3f0a3bd5ac
@ -17,7 +17,9 @@
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#define __USE_GNU
|
||||
#ifndef __USE_GNU
|
||||
# define __USE_GNU
|
||||
#endif
|
||||
#include <regex.h>
|
||||
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user