lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] C99 in src/contrib/ports/win32/sys_arch.c


From: address@hidden
Subject: Re: [lwip-devel] C99 in src/contrib/ports/win32/sys_arch.c
Date: Tue, 26 Sep 2017 20:32:35 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Gisle Vanem wrote:
The recent change in src/contrib/ports/win32/sys_arch.c:

static void sys_win_rand_init(void)
{
     ...
        err = GetLastError();
        char errbuf[128];

requires a C-99 compiler. Is that required now? IMHO, it'd better  be:

Fixed, thanks for reporting.

Simon



reply via email to

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