summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app/saldata.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-03 13:29:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-03 13:41:13 +0100
commit0ab1c04df01830c5dcc319bcbecdcc4fc6051e60 (patch)
tree74d1b6a32f19c4282a434d6ef731dd4d84bcfc25 /vcl/unx/generic/app/saldata.cxx
parent9d87f2e2fc6fb20d183e1c8040594ccdcd62703d (diff)
WaE: various warnings
Diffstat (limited to 'vcl/unx/generic/app/saldata.cxx')
-rw-r--r--vcl/unx/generic/app/saldata.cxx2
1 files changed, 1 insertions, 1 deletions
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()