mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Allow compilation on android (#7386)
This commit is contained in:
@@ -48,5 +48,5 @@ int main() {
|
||||
});
|
||||
|
||||
// wait for a keypress to terminate
|
||||
std::getchar();
|
||||
static_cast<void>(std::getchar());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user