|
From: | Erik Ekman |
Subject: | [lwip-devel] [patch #8746] Fix TCP tests after ip4_current_header() made const |
Date: | Fri, 18 Sep 2015 07:36:53 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0 |
URL: <http://savannah.nongnu.org/patch/?8746> Summary: Fix TCP tests after ip4_current_header() made const Project: lwIP - A Lightweight TCP/IP stack Submitted by: yarrick Submitted on: Fri 18 Sep 2015 07:36:52 AM GMT Category: IPv4 Priority: 5 - Normal Status: None Privacy: Public Assigned to: None Originator Email: Open/Closed: Open Discussion Lock: Any Planned Release: None _______________________________________________________ Details: ../../../../lwip/test/unit/tcp/tcp_helper.c: In function 'test_tcp_input': ../../../../lwip/test/unit/tcp/tcp_helper.c:247:24: error: lvalue required as left operand of assignment ip4_current_header() = iphdr; ^ ../../../../lwip/test/unit/tcp/tcp_helper.c:257:24: error: lvalue required as left operand of assignment ip4_current_header() = NULL; ^ make: *** [../../../../lwip/test/unit/tcp/tcp_helper.o] Error 1 _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/patch/?8746> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |