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
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue