aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorHafiz Abid Qadeer <hafiz_abid@mentor.com>2015-10-15 08:27:01 +0000
committerHafiz Abid Qadeer <hafiz_abid@mentor.com>2015-10-15 08:27:01 +0000
commit3eedf96a5a458304a7b1fd9134ee22bb5e296989 (patch)
tree386e1550196043bc14aa4e2f70fc613030961a95 /clang/lib/Frontend/CompilerInvocation.cpp
parent3ef4dd7bc88239070d52b62c6d598a9b3c7f7af8 (diff)
downloadllvm-3eedf96a5a458304a7b1fd9134ee22bb5e296989.zip
llvm-3eedf96a5a458304a7b1fd9134ee22bb5e296989.tar.gz
llvm-3eedf96a5a458304a7b1fd9134ee22bb5e296989.tar.bz2
Fix warnings in LLDBWrapPython.cpp with gcc 4.9.
Summary: I see a lot of following warnings in LLDBWrapPython.cpp while building with gcc 4.9 on Linux. "warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]" Is it ok to add -Wno-cast-qual for this file in cmake for gcc. This option seems to be already present for autotool case. Reviewers: zturner, clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D13719 llvm-svn: 250380
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions