mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-16 22:05:46 +01:00
add __assume__ macro definition in atrb.h
This commit is contained in:
@@ -57,4 +57,8 @@
|
||||
#else
|
||||
#define NONNULL(args)
|
||||
#endif
|
||||
|
||||
#if __has_attribute(__assume__)
|
||||
#define ASSUME(args) __attribute__((__assume__ args))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user