diff options
| author | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2015-10-15 08:27:01 +0000 |
|---|---|---|
| committer | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2015-10-15 08:27:01 +0000 |
| commit | 3eedf96a5a458304a7b1fd9134ee22bb5e296989 (patch) | |
| tree | 386e1550196043bc14aa4e2f70fc613030961a95 /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | |
| parent | 3ef4dd7bc88239070d52b62c6d598a9b3c7f7af8 (diff) | |
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 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions
