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
|
@ -145,7 +145,7 @@ void generate_adaptor(Xml::Document &doc, const char *filename)
|
|||
body << tab << "}" << endl
|
||||
<< endl;
|
||||
|
||||
body << tab << "::DBus::IntrospectedInterface *const introspect() const " << endl
|
||||
body << tab << "const ::DBus::IntrospectedInterface *introspect() const " << endl
|
||||
<< tab << "{" << endl;
|
||||
|
||||
// generate the introspect arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue