Change stats max_count variables to unsigned.
Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>master
parent
fd27f99045
commit
7d8f31da45
2
clock.c
2
clock.c
|
@ -55,7 +55,7 @@ struct clock_stats {
|
|||
struct stats *offset;
|
||||
struct stats *freq;
|
||||
struct stats *delay;
|
||||
int max_count;
|
||||
unsigned int max_count;
|
||||
};
|
||||
|
||||
struct clock {
|
||||
|
|
Loading…
Reference in New Issue