https://bugs.freedesktop.org/show_bug.cgi?id=42949
--- Comment #9 from August Sodora <[email protected]> 2011-11-30 10:18:43 PST --- A better command to run is something like: env IWYU_VERBOSE=1 make -srkj3 CXX="/home/aasodora/Sources/build/Debug+Asserts/bin/include-what-you-use -Qunused-arguments" CXXFLAGS="-Wno-unused-parameter" 2> iwyu.out This should get rid of all warnings of the form: warning: argument unused during compilation: '-ggdb2' warning: argument unused during compilation: '-fno-enforce-eh-specs' It also gets rid of the unused-parameter warning from boost. It seems like we are still getting some errors from boost and the stl during the build that I'm trying to figure out. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
