mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
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:
parent
d488ce49bb
commit
69b7b53aec
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ void
|
||||||
CrossThreadChannel::wakeup ()
|
CrossThreadChannel::wakeup ()
|
||||||
{
|
{
|
||||||
char c = 0;
|
char c = 0;
|
||||||
::write (fds[1], &c, 1);
|
(void) ::write (fds[1], &c, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
RefPtr<IOSource>
|
RefPtr<IOSource>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue