Explorar o código

[lwIP] remove compiling warning.

Bernard Xiong %!s(int64=9) %!d(string=hai) anos
pai
achega
c5bf3fa2d1
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      components/net/lwip-1.4.1/src/lwipopts.h

+ 2 - 3
components/net/lwip-1.4.1/src/lwipopts.h

@@ -356,15 +356,14 @@
    ---------- Socket options ----------
    ------------------------------------
 */
-/**
-/**
+/*
  * LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)
  */
 #ifndef LWIP_SOCKET
 #define LWIP_SOCKET                     1
 #endif
 
-/**
+/*
  * LWIP_COMPAT_SOCKETS==1: Enable BSD-style sockets functions names.
  * (only used if you use sockets.c)
  */