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
In include/config/test.h, the following block of code can cause compile errors:
// Vars #undef B_VAR_DIFFICULTY #define B_VAR_DIFFICULTY VAR_UNUSED_0x404E
In the same vein, B_FLAG_SLEEP_CLAUSE's reliance on FLAG_SPECIAL_FLAG_UNUSED_0x4003 can cause flag conflicts and compile errors if variables presumed by expansion to be unused are actually used and/or renamed by users.
Version
upcoming (Edge)
Upcoming/master Version
No response
Discord contact info
No response
The text was updated successfully, but these errors were encountered:
Description
In
include/config/test.h
, the following block of code can cause compile errors:// Vars #undef B_VAR_DIFFICULTY #define B_VAR_DIFFICULTY VAR_UNUSED_0x404E
In the same vein,
B_FLAG_SLEEP_CLAUSE
's reliance onFLAG_SPECIAL_FLAG_UNUSED_0x4003
can cause flag conflicts and compile errors if variables presumed by expansion to be unused are actually used and/or renamed by users.Version
upcoming (Edge)
Upcoming/master Version
No response
Discord contact info
No response
The text was updated successfully, but these errors were encountered: