Commit c77e88df authored by David Reid's avatar David Reid

Fix some warnings with OpenWatcom.

parent eb1f667f
......@@ -9503,7 +9503,7 @@ static MA_INLINE ma_bool32 ma_has_neon(void)
#elif defined(_MSC_VER)
#define MA_ASSUME(x) __assume(x)
#else
#define MA_ASSUME(x) while(0)
#define MA_ASSUME(x) (void)(x)
#endif
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment