platform: explicitly cast the return value of weston_platform_get_egl_proc_address
authorMatthias Treydte <mt@waldheinz.de>
Fri, 29 Jan 2016 16:02:15 +0000 (17:02 +0100)
committerBryce Harrington <bryce@osg.samsung.com>
Wed, 9 Mar 2016 07:23:26 +0000 (23:23 -0800)
commitcd9424ef2a8face5d64b086bc55ab4e70e077beb
tree37f2581ac8a4d09c800b23d0bd38898b48671e26
parent38298ec0b45661d2969fc75c6cb47e0863755792
platform: explicitly cast the return value of weston_platform_get_egl_proc_address

This allows the header to be consumed by C++ compilers, because C++ does
away with C's implicit cast from (void*).
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
shared/platform.h