Skip to content

Commit c4ef067

Browse files
author
Will
committed
tw: fix android build
1 parent 33ef001 commit c4ef067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wtr/tiny_watcher/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ auto main() -> int {
2828
auto watcher = watch(".", show);
2929

3030
// Do some work. (We'll just wait for a newline.)
31-
getchar();
31+
(void)getchar();
3232

3333
// The watcher would close itself around here,
3434
// though we can check and close it ourselves:

0 commit comments

Comments
 (0)