jherico / OculusSDK

Oculus SDK for Virtual Reality
Other
201 stars 114 forks source link

SDK uses wrong definition for OVR_FORCE_INLINE on Linux #16

Closed jherico closed 11 years ago

jherico commented 11 years ago

on GCC environments, OVR_FORCE_INLINE is defined as "attribute((always_inline))". However, this is intended to be a decorator for the actual inline keyword, not a replacement. The declaration should be "attribute((always_inline)) inline"

jherico commented 11 years ago

Fixed in 0.2.4