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

◆ FL_WARN

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

Definition at line 876 of file fltest.h.

876#define FL_WARN(expr) \
877 do { \
878 if (!(expr)) { \
879 fl::test::outputMessage("Warning: " #expr " is false", __FILE__, __LINE__); \
880 } \
881 } while (0)