espressif / esp-serial-flasher

Library for flashing Espressif SoCs from other MCUs.
Apache License 2.0
369 stars 109 forks source link

Fix compiler warnings (ESF-97) #86

Closed 0xchocolate closed 9 months ago

0xchocolate commented 10 months ago

Removes redundant declarations and suppresses unused parameter warnings so that library builds on more restrictive compilers.

DNedic commented 10 months ago

Hello @0xchocolate , thank oyu for your contribution. We will merge this and try to add more warnings to our CI so that we cover more of these cases.

DNedic commented 9 months ago

Merged, thank you for your contribution.