Allow compilation on android (#7386)

This commit is contained in:
Thad House
2024-11-12 16:39:41 -08:00
committed by GitHub
parent 07345712dc
commit c289562a06
5 changed files with 9 additions and 4 deletions

View File

@@ -48,5 +48,5 @@ int main() {
});
// wait for a keypress to terminate
std::getchar();
static_cast<void>(std::getchar());
}