Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tst_QUdpSocket: Fix Clang warning about unused expression
tst_qudpsocket.cpp(965,9): warning: expression result unused [-Wunused-value] if (!socket2.bind(socket.localPort(), QUdpSocket::ReuseAddressHint), socket2.errorString().toLatin1().constData()) Task-number: QTBUG-63512 Change-Id: I51959432c6ff166c188842e34c3033ab1319c079 Reviewed-by: Thiago Macieira <[email protected]>
- Loading branch information