mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
yet less warnings for Wall Wextra guys
This commit is contained in:
committed by
Ivan Grokhotkov
parent
fed925149b
commit
85078f47a0
@ -907,7 +907,7 @@ void MDNSResponder::_replyToTypeEnumRequest(IPAddress multicastInterface) {
|
||||
if(servicePtr->_port > 0){
|
||||
char *service = servicePtr->_name;
|
||||
char *proto = servicePtr->_proto;
|
||||
uint16_t port = servicePtr->_port;
|
||||
//uint16_t port = servicePtr->_port;
|
||||
|
||||
#ifdef MDNS_DEBUG_TX
|
||||
Serial.printf("TX: service:%s, proto:%s\n", service, proto);
|
||||
|
Reference in New Issue
Block a user