lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master


From: Joel Cunningham
Subject: Re: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. b9b31a5e72ef00315f43f838172492696359071d
Date: Tue, 22 Sep 2015 00:34:40 +0000 (GMT)

This commit breaks the build for me on MSVC2013:

1>d:\projects\lwip\src\core\netif.c(438): error C2166: l-value specifies const object
1>d:\projects\lwip\src\core\netif.c(466): error C2166: l-value specifies const object
1>d:\projects\lwip\src\core\netif.c(489): error C2166: l-value specifies const object

The result of netif_ip4_addr() is being passed into ip4_addr_set() which is modifying the value of the ip4_addr_t *.  Reverting the commit clears up the errors

Joel

On Sep 21, 2015, at 01:32 PM, Simon Goldschmidt <address@hidden> wrote:

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
via b9b31a5e72ef00315f43f838172492696359071d (commit)
from 8eab90418a129b8197d24cac0b9627fff1e2a35a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b9b31a5e72ef00315f43f838172492696359071d
Author: Dirk Ziegelmeier <address@hidden>
Date: Mon Sep 21 20:32:14 2015 +0200

make netif_ip4_addr/netmask/gw macros return constant IP address pointers

-----------------------------------------------------------------------

Summary of changes:
src/include/lwip/netif.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
--
lwIP - A Lightweight TCPIP stack

_______________________________________________
lwip-commits mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-commits

reply via email to

[Prev in Thread] Current Thread [Next in Thread]