You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: ignoring return value
of function declared with warn_unused_result attribute
[-Werror,-Wunused-result]
std::remove_if(m_bodyContactBuffer.Begin(),
I am getting this error while ndk-build on MacOS.
How should i fix this error ?
The text was updated successfully, but these errors were encountered:
error: ignoring return value
of function declared with warn_unused_result attribute
[-Werror,-Wunused-result]
std::remove_if(m_bodyContactBuffer.Begin(),
I am getting this error while ndk-build on MacOS.
How should i fix this error ?
The text was updated successfully, but these errors were encountered: