mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-24 15:18:04 +00:00
Compare commits
1 Commits
73c0126a9d
...
b183b51463
Author | SHA1 | Date | |
---|---|---|---|
|
b183b51463 |
4
clay.h
4
clay.h
@ -102,10 +102,6 @@
|
||||
|
||||
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 -----------------------------------------------------
|
||||
|
||||
/* This macro looks scary on the surface, but is actually quite simple.
|
||||
|
Loading…
Reference in New Issue
Block a user