Reacted on -Wsign-compare warnings of gcc
This commit is contained in:
parent
88ab908cf9
commit
1745365ad1
@ -67,7 +67,7 @@ int main()
|
|||||||
|
|
||||||
newact.sa_handler = catch_int;
|
newact.sa_handler = catch_int;
|
||||||
sigaction(SIGINT, &newact, &oldact);
|
sigaction(SIGINT, &newact, &oldact);
|
||||||
for (i = 0; i < n_drives; i++) {
|
for (i = 0; i < (int) n_drives; i++) {
|
||||||
NEXT=0;
|
NEXT=0;
|
||||||
poll_drive(i);
|
poll_drive(i);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user