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 D4631
Host: Fix a pointer-to-function to void-pointer cast majnemer on Jul 22 2014, 2:06 PM. Authored by
Details reinterpret_cast may not convert a pointer-to-function to a This silences a warning emitted by GCC when building LLDB.
Diff Detail
|