mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-12 04:13:55 +00:00
Fix compiling with LWIP_NOASSERT (and debug/error disabled, too)
This commit is contained in:
parent
e0c0ba7e1b
commit
c71733252c
@ -1214,9 +1214,7 @@ lwip_socket(int domain, int type, int protocol)
|
||||
struct netconn *conn;
|
||||
int i;
|
||||
|
||||
#if !LWIP_IPV6
|
||||
LWIP_UNUSED_ARG(domain); /* @todo: check this */
|
||||
#endif /* LWIP_IPV6 */
|
||||
|
||||
/* create a netconn */
|
||||
switch (type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user