RyoKosaka / HelloDrum-arduino-Library

This is a library for making E-Drum with arduino.
https://open-e-drums.com/
MIT License
244 stars 61 forks source link

compilation warnings #22

Closed Serg10 closed 4 years ago

Serg10 commented 4 years ago

When I compile the code the arduino IDE says me a lot of this warnings...

hellodrum.h:117:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

However the code works well...

It is important?it is problems of my IDE or libraries installed?

RyoKosaka commented 4 years ago

The warning is normal, it's happening in my environment as well. This is a thing due to an incorrect declaration, but the code works fine. I will fix it before the next release. Thanks.