I'm using libdbus-c++ on a project and noticed that when -Werror is enabled, generate_adaptor.cpp adds a variable that is set but not used. I fixed the file to avoid generating the unused variable. (attaching patch here for those who're interested)
Log in to post a comment.