[core] Organize GCC compilation flags
This commit is contained in:
@@ -54,6 +54,7 @@ size_t IPv6Address::printTo(Print &p) const {
|
||||
|
||||
}
|
||||
return n; */
|
||||
return 0;
|
||||
}
|
||||
|
||||
String IPv6Address::toString() const {
|
||||
|
||||
@@ -104,6 +104,7 @@ class UpdateClass {
|
||||
public:
|
||||
String md5String(void) {
|
||||
// return _md5.toString();
|
||||
return "";
|
||||
}
|
||||
|
||||
void md5(uint8_t *result) {
|
||||
|
||||
@@ -61,6 +61,7 @@ bool LwIPServer::begin(uint16_t port, bool reuseAddr) {
|
||||
_active = true;
|
||||
_noDelay = false;
|
||||
_sockAccepted = -1;
|
||||
return true;
|
||||
}
|
||||
|
||||
void LwIPServer::end() {
|
||||
|
||||
Reference in New Issue
Block a user