mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-28 05:20:28 +00:00
Add some noexcept annotations
This commit is contained in:
parent
fae1c32267
commit
ea081b262c
9 changed files with 89 additions and 80 deletions
|
@ -65,6 +65,11 @@ int test(void) {
|
|||
}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
// makes testing fleet go too slow
|
||||
if (1)
|
||||
return 0;
|
||||
|
||||
int rc;
|
||||
if ((rc = setup())) {
|
||||
perror(path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue