ape: silence compiler "no return at end of function" for mips lock.c

This commit is contained in:
cinap_lenrek 2015-03-18 19:30:12 +01:00
parent aac6784fce
commit 3889ada959

View file

@ -127,7 +127,8 @@ retry:
}
}
return 0;
}
}
return -1; /* not reached */
}
void
@ -167,5 +168,6 @@ retry:
}
}
return 1;
}
}
return -1; /* not reached */
}