Fix most of the warnings with -Wextra -Wshadow
This commit is contained in:
parent
e2cde7d225
commit
340dc8a667
22 changed files with 154 additions and 147 deletions
|
@ -44,7 +44,7 @@ Server::Private::~Private()
|
|||
{
|
||||
}
|
||||
|
||||
void Server::Private::on_new_conn_cb(DBusServer *server, DBusConnection *conn, void *data)
|
||||
void Server::Private::on_new_conn_cb(DBusServer *, DBusConnection *conn, void *data)
|
||||
{
|
||||
Server *s = static_cast<Server *>(data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue