Advanced unusage of parameters

This commit is contained in:
John Stäck 2019-06-23 14:51:31 +02:00
parent 3d38f50d98
commit 2332f37eca
3 changed files with 13 additions and 12 deletions

View file

@ -42,7 +42,7 @@ void SimSerial::println(const char *str)
}
//Used to send serial midi
void SimSerial::write(const uint8_t str)
void SimSerial::write(const uint8_t __unused str)
{
}