diff --git a/libs/pbd/crossthread.cc b/libs/pbd/crossthread.cc index 7ccf741380..12ca19b945 100644 --- a/libs/pbd/crossthread.cc +++ b/libs/pbd/crossthread.cc @@ -72,7 +72,7 @@ void CrossThreadChannel::wakeup () { char c = 0; - ::write (fds[1], &c, 1); + (void) ::write (fds[1], &c, 1); } RefPtr