Skip to content

Commit

Permalink
libwasi: suppress a gcc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Dec 17, 2023
1 parent 88a6b08 commit 21583ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libwasi/wasi_fdtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ wasi_fdinfo_path(struct wasi_fdinfo *fdinfo)
case WASI_FDINFO_UNUSED:
return NULL;
}
assert(false);
return NULL;
}

struct wasi_fdinfo *
Expand Down

0 comments on commit 21583ea

Please sign in to comment.