Silence unused param warning, if this is what this should do?

This commit is contained in:
Axel Naumann 2016-12-08 11:03:16 +01:00
parent 763b36c042
commit c54f88ce6a

View File

@ -124,7 +124,7 @@ namespace textinput {
}
}
static void syncOut(int fd) {
static void syncOut(int /*fd*/) {
::fflush(stdout);
}