donny681 / ESP32_CAMERA_QR

Apache License 2.0
628 stars 226 forks source link

Issue #28 fix. #30

Open c4l1c0 opened 4 years ago

c4l1c0 commented 4 years ago

Add a Wno-error for unused-const-variable to CFLAGS.

The issue happened because unused constant warning treated as error. This commit fixes that.