M5Stack icon indicating copy to clipboard operation
M5Stack copied to clipboard

deprecated miniz.h include path

Open coelner opened this issue 3 years ago • 0 comments

https://github.com/m5stack/M5Stack/blob/6cd8ce15e723c2043a3c01763320413ebff300d5/src/utility/pngle.c#L31

this line is deprecated:

In file included from /Arduino/libraries/M5Stack/src/utility/pngle.c:31:
/Arduino/hardware/espressif/esp32/tools/sdk/esp32/include/esp32/include/rom/miniz.h:1:2: warning: #warning rom/miniz.h is deprecated, please use esp32/rom/miniz.h instead [-Wcpp]
 #warning rom/miniz.h is deprecated, please use esp32/rom/miniz.h instead

coelner avatar May 13 '21 07:05 coelner