Fix a compile warning on linux
authorStephane Sezer <sas@cd80.net>
Tue, 24 Oct 2017 23:46:00 +0000 (23:46 +0000)
committerStephane Sezer <sas@cd80.net>
Tue, 24 Oct 2017 23:46:00 +0000 (23:46 +0000)
commit22701b2f59ae42812c779a7d5acd889b8614f1b3
tree19e676116bcae649ecbc9e145edc2f33aa15c34e
parent7b6e8ef64bdc92127fb612e89f5869aa0becaae1
Fix a compile warning on linux

Can't cast directly between a pointer to function and a pointer to
object.

llvm-svn: 316533
lldb/source/API/SBDebugger.cpp