donny681 / ESP32_CAMERA_QR

Apache License 2.0
628 stars 226 forks source link

Issue #28 fix. #29

Closed c4l1c0 closed 4 years ago

c4l1c0 commented 4 years ago

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

The issue (#28) happened because unused constant warning treated as error. This commit fixes that.

c4l1c0 commented 4 years ago

wait, i'm an idiot, i put the wrong issue number on commit message -_-