eModbus / eModbus

Modbus library for RTU, ASCII and TCP protocols. Primarily developed on and for ESP32 MCUs.

Home Page:https://emodbus.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code has some ignored-qualifiers

geeks-r-us opened this issue · comments

When I include the library in platformio.ini and have set build flags
build_flags = -Wall -Wextra -Werror

I see several errors of type:

error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]

I would appreciate if you could clean this. As from my understanding its just to remove the const from the given return values.

Will do in the next days. I noticed that myself but did not rate it a severe issue 😉

Done in fix-async