Add some noexcept annotations

This commit is contained in:
Justine Tunney 2024-06-01 03:19:53 -07:00
parent fae1c32267
commit ea081b262c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
9 changed files with 89 additions and 80 deletions

View file

@ -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);