From 0ab1c04df01830c5dcc319bcbecdcc4fc6051e60 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 3 Jun 2011 13:29:23 +0100 Subject: WaE: various warnings --- vcl/unx/generic/app/saldata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/unx/generic/app/saldata.cxx') diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx index 233582c07f6e..6d502e8563df 100644 --- a/vcl/unx/generic/app/saldata.cxx +++ b/vcl/unx/generic/app/saldata.cxx @@ -801,7 +801,7 @@ void SalXLib::Yield( bool bWait, bool bHandleAllCurrentEvents ) void SalXLib::Wakeup() { - write (m_pTimeoutFDS[1], "", 1); + OSL_VERIFY(write (m_pTimeoutFDS[1], "", 1) == 1); } void SalXLib::PostUserEvent() -- cgit v1.2.3