mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix some warnings with OpenWatcom.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user