Fix warning
authorFrederik Gladhorn <frederik.gladhorn@digia.com>
Fri, 17 Jan 2014 18:28:38 +0000 (19:28 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 17 Jan 2014 23:20:27 +0000 (00:20 +0100)
commit6c12e81e58b5e38c4d075cc6d7adaaaf01d80879
tree7f0c73ad36a70f621b8035407e5221610311cc9d
parentcdfda969926f8cc55b48574795d491552e42d286
Fix warning

warning: ignoring return value of 'qint64
QWebSocketPrivate::writeFrame(const QByteArray&)', declared with
attribute warn_unused_result [-Wunused-result]

For pings the result is not relevant since they are one frame only.

Change-Id: Iaf958e3e1a333f8d3c0b0f9ba56f7ab58e4900f9
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
src/websockets/qwebsocket_p.cpp