13
0

fix gcc4.4 compile warning

git-svn-id: svn://localhost/ardour2/branches/3.0@7346 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-07-01 15:01:25 +00:00
parent d488ce49bb
commit 69b7b53aec

View File

@ -72,7 +72,7 @@ void
CrossThreadChannel::wakeup ()
{
char c = 0;
::write (fds[1], &c, 1);
(void) ::write (fds[1], &c, 1);
}
RefPtr<IOSource>