summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-07-22 22:00:42 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-07-22 22:00:42 +0000
commit8490da15a8fe58c973bc21865f139cb9cef603fc (patch)
tree350ae731f120ddb20ed618bbb990ddc8d7dd4706 /lldb/source/Interpreter/ScriptInterpreterPython.cpp
parent702c1d0986353a7396f1b36abcfcc200c1c08293 (diff)
downloadbcm5719-llvm-8490da15a8fe58c973bc21865f139cb9cef603fc.tar.gz
bcm5719-llvm-8490da15a8fe58c973bc21865f139cb9cef603fc.zip
Host: Fix a pointer-to-function to void-pointer cast
reinterpret_cast may not convert a pointer-to-function to a void-pointer. Take a detour through intptr_t and *then* convert to a pointer-to-function. This silences a warning emitted by GCC when building LLDB. Differential Revision: http://reviews.llvm.org/D4631 llvm-svn: 213693
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud