I get this every time I try to compile.

I get this every time I try to compile. It seems that when the library updates (cause this happened when 3.1.3 came out) and it just went away, now 3.1.6 is doing it again.

/home/admin/builder/arduino-builder/latest/FastLED-3.1.6/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.006

pragma message “FastLED version 3.001.006”

I have this message emitted during compilation so that when people post build logs I can tell what version of the library they have. The fact that the arduino IDE treats a pragma message as a warning/error and colors it red is a bug in the arduino ide.

Thank you for the heads-up @Daniel_Garcia !