FastLED 3.9.15
Loading...
Searching...
No Matches

◆ FL_CHECK_NOTHROW

#define FL_CHECK_NOTHROW ( expr)
Value:
do { (void)(expr); } while (0)

Definition at line 1582 of file fltest.h.

1582#define FL_CHECK_NOTHROW(expr) \
1583 do { (void)(expr); } while (0) // Just execute it