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