Compare commits

..

1 Commits

Author SHA1 Message Date
Michael Savage
b183b51463
Merge 5e1e807358 into d5af2c3dc0 2025-03-18 11:15:06 +13:00

4
clay.h
View File

@ -102,10 +102,6 @@
static uint8_t CLAY__ELEMENT_DEFINITION_LATCH; static uint8_t CLAY__ELEMENT_DEFINITION_LATCH;
// GCC marks the above CLAY__ELEMENT_DEFINITION_LATCH as an unused variable for files that include clay.h but don't declare any layout
// This is to suppress that warning
static inline void Clay__SuppressUnusedLatchDefinitionVariableWarning(void) { (void) CLAY__ELEMENT_DEFINITION_LATCH; }
// Publicly visible layout element macros ----------------------------------------------------- // Publicly visible layout element macros -----------------------------------------------------
/* This macro looks scary on the surface, but is actually quite simple. /* This macro looks scary on the surface, but is actually quite simple.