ape: silence compiler "no return at end of function" for mips lock.c
This commit is contained in:
parent
aac6784fce
commit
3889ada959
1 changed files with 4 additions and 2 deletions
|
@ -127,7 +127,8 @@ retry:
|
|||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return -1; /* not reached */
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -167,5 +168,6 @@ retry:
|
|||
}
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
return -1; /* not reached */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue