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