]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
cleared compilation warning, C++ style comments are not allowed in ISO C90
authorSylvain Rochet <gradator@gradator.net>
Fri, 26 Apr 2013 17:48:57 +0000 (19:48 +0200)
committerSylvain Rochet <gradator@gradator.net>
Fri, 26 Apr 2013 17:48:57 +0000 (19:48 +0200)
CHANGELOG
src/include/ipv6/lwip/ip6.h

index bd2e2ecdfd8c91f3ad0f00ec29cb77d0f077ce51..a2fc0664fca09591e29118e804bf940acb4ff6e8 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -80,8 +80,11 @@ HISTORY
 
  ++ Bugfixes:
 
+  2013-04-26: Sylvain Rochet
+  * ip6.h, cleared compilation warning, C++ style comments are not allowed in ISO C90
+
   2013-04-24: patch by Liam <morepork>
-  api_msg.c: patch #8008 Fix a potential null pointer dereference in assert
+  api_msg.c: patch #8008 Fix a potential null pointer dereference in assert
 
   2013-04-24: Simon Goldschmidt
   * igmp.c: fixed possible division by zero
index 860d3e9282c7dfa092df355cd56b8e9a6df1a4a6..027a20be0c5e3b4b09bf5134af7b9bf11e6c4f15 100644 (file)
@@ -45,7 +45,7 @@
 
 #if LWIP_IPV6  /* don't build if not configured for use in lwipopts.h */
 
-//#include "lwip/ip.h"
+/* #include "lwip/ip.h" */
 #include "lwip/ip6_addr.h"
 #include "lwip/def.h"
 #include "lwip/pbuf.h"