Silence unused param warning, if this is what this should do?
This commit is contained in:
parent
763b36c042
commit
c54f88ce6a
@ -124,7 +124,7 @@ namespace textinput {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void syncOut(int fd) {
|
static void syncOut(int /*fd*/) {
|
||||||
::fflush(stdout);
|
::fflush(stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user