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

◆ FL_WARN_FALSE

#define FL_WARN_FALSE ( expr)
Value:
do { \
if (expr) { \
fl::test::outputMessage("Warning: !(" #expr ") is false", __FILE__, __LINE__); \
} \
} while (0)

Definition at line 885 of file fltest.h.

885#define FL_WARN_FALSE(expr) \
886 do { \
887 if (expr) { \
888 fl::test::outputMessage("Warning: !(" #expr ") is false", __FILE__, __LINE__); \
889 } \
890 } while (0)