diff options
| author | Ted Kremenek <kremenek@apple.com> | 2012-08-10 20:50:00 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2012-08-10 20:50:00 +0000 |
| commit | 5d858cb916323006c83d245bc5ee2f7b7bd120fa (patch) | |
| tree | e20306e994a822c35befccd0fe5bdd1eeb854824 /lldb/source/Commands/CommandObjectProcess.cpp | |
| parent | d4badd7420cffe440a48fb6a08d7d00dd8917666 (diff) | |
| download | llvm-5d858cb916323006c83d245bc5ee2f7b7bd120fa.zip llvm-5d858cb916323006c83d245bc5ee2f7b7bd120fa.tar.gz llvm-5d858cb916323006c83d245bc5ee2f7b7bd120fa.tar.bz2 | |
Fix horrible regression in control of warnings caused by introduction of -Wpedantic.
While -Wpedantic was reasonable, -Wno-pedantic would turn off a bunch of warnings that
are on by default. This counters the intention of this warning flag.
To fix this, -Wpedantic now includes extentions that are not on by default. The
remaining warnings will manifest anyway, and won't accidentally get turned off
by -Wno-pedantic.
Fixes <rdar://problem/12076105>
llvm-svn: 161695
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions
