David Majnemer 12bb77ddd1 SBCommunication: 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 fixes a diagnostic emitted by GCC.

llvm-svn: 213696
2014-07-22 22:12:58 +00:00
..
2014-07-01 21:22:11 +00:00
2013-03-19 00:20:55 +00:00
2013-01-28 23:47:25 +00:00
2013-01-28 23:47:25 +00:00