You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esp_dmx\src\dmx\driver.c: In function 'dmx_driver_install':
esp_dmx\src\dmx\driver.c:49:32: warning: passing argument 2 of 'rdm_register_manufacturer_label' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#define RDM_MANUFACTURER_LABEL "esp_dmx"
^~~~~~~~~
esp_dmx\src\dmx\driver.c:214:44: note: in expansion of macro 'RDM_MANUFACTURER_LABEL'
rdm_register_manufacturer_label(dmx_num, RDM_MANUFACTURER_LABEL, NULL, NULL);
^~~~~~~~~~~~~~~~~~~~~~
In file included from esp_dmx\src/rdm/responder.h:53,
from esp_dmx\src/rdm/responder/include/utils.h:13,
from esp_dmx\src/dmx/include/service.h:16,
from \esp_dmx\src\dmx\driver.c:9:
esp_dmx\src/rdm/responder/include/product_info.h:152:44: note: expected 'char *' but argument is of type 'const char *'
char *manufacturer_label,
The text was updated successfully, but these errors were encountered:
esp_dmx\src\dmx\driver.c: In function 'dmx_driver_install':
esp_dmx\src\dmx\driver.c:49:32: warning: passing argument 2 of 'rdm_register_manufacturer_label' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#define RDM_MANUFACTURER_LABEL "esp_dmx"
^~~~~~~~~
esp_dmx\src\dmx\driver.c:214:44: note: in expansion of macro 'RDM_MANUFACTURER_LABEL'
rdm_register_manufacturer_label(dmx_num, RDM_MANUFACTURER_LABEL, NULL, NULL);
^~~~~~~~~~~~~~~~~~~~~~
In file included from esp_dmx\src/rdm/responder.h:53,
from esp_dmx\src/rdm/responder/include/utils.h:13,
from esp_dmx\src/dmx/include/service.h:16,
from \esp_dmx\src\dmx\driver.c:9:
esp_dmx\src/rdm/responder/include/product_info.h:152:44: note: expected 'char *' but argument is of type 'const char *'
char *manufacturer_label,
The text was updated successfully, but these errors were encountered: