Analysis of suppressed warnings by '-Qunused-arguments' |
||||
Issue descriptionThis flag is dangerous at this stage. We can be missing warnings for functionality that is not implemented.
,
Apr 19 2016
It turns out that most of the options are unused because clang is used for syntax checking when the command line doesn't start with *-clang[++]. Removing them from previous classification results in: * Linker options passed while compiling: warning: argument unused during compilation: '-pie' * Compilation options passed when linking: warning: argument unused during compilation: '-ansi' warning: argument unused during compilation: '-Wa,--noexecstack' * From dbus-c++-0.0.0-r57. See https://llvm.org/bugs/show_bug.cgi?id=7798 warning: argument unused during compilation: '-pthread' Only 4 unique options are unused and they all look fine.
,
Apr 20 2016
,
May 23 2016
Bulk verified
,
May 23 2016
bulk verified |
||||
►
Sign in to add a comment |
||||
Comment 1 by laszio@chromium.org
, Apr 18 20161016 KB
1016 KB Download