gcc -Werror=unused-parameter

This commit is contained in:
Fabio Bas 2015-05-24 23:15:23 +02:00
parent 471f6371b5
commit 13b8fd4516

View file

@ -463,11 +463,11 @@ void SmtpClient::sendMessage(const QString &text) throw (SendMessageTimeoutExcep
/* [5] Slots for the socket's signals */ /* [5] Slots for the socket's signals */
void SmtpClient::socketStateChanged(QAbstractSocket::SocketState state) void SmtpClient::socketStateChanged(QAbstractSocket::SocketState /* state */)
{ {
} }
void SmtpClient::socketError(QAbstractSocket::SocketError socketError) void SmtpClient::socketError(QAbstractSocket::SocketError /* socketError */)
{ {
} }