bitbank2 / JPEGDEC

An optimized JPEG decoder for Arduino
Apache License 2.0
365 stars 47 forks source link

Remove compiler warnings when building for Arduino (Teensy 4.1) #44

Closed KurtE closed 1 year ago

KurtE commented 1 year ago

There were three warning messages about static methods defined, but not implemented.

I put same #if around the defines as there were around the implementations.

Note: Only test built using Teensy 4.1 and 3.6