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

@ -128,6 +128,7 @@ retry:
} }
return 0; return 0;
} }
return -1; /* not reached */
} }
void void
@ -168,4 +169,5 @@ retry:
} }
return 1; return 1;
} }
return -1; /* not reached */
} }