Try to make gcc work without -Wno-address

This commit is contained in:
goldsimon
2017-06-21 16:07:36 +02:00
parent 10a5afeee7
commit c094fcc086
6 changed files with 65 additions and 14 deletions

View File

@@ -281,7 +281,7 @@ ip4addr_ntoa(const ip4_addr_t *addr)
}
/**
* Same as ipaddr_ntoa, but reentrant since a user-supplied buffer is used.
* Same as ip4addr_ntoa, but reentrant since a user-supplied buffer is used.
*
* @param addr ip address in network order to convert
* @param buf target buffer where the string is stored